Kind: Docker support is deprecated in k8s 1.20, how does this affect Kind?

Created on 2 Dec 2020  路  6Comments  路  Source: kubernetes-sigs/kind

Docker support in the kubelet is now deprecated for k8s 1.20, how does this affect Kind?

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation

kinsupport

Most helpful comment

@BenTheElder Great news. Thanks!

All 6 comments

It doesn't affect KIND at all, the nodes run containerd inside docker, if you're using KIND you've already tested not using dockershim.

basically we can run kubernetes in docker without running kubernetes on docker, and we already do 馃檭

I'm going to add a note about this to the docs in a moment.

@BenTheElder Great news. Thanks!

Was this page helpful?
0 / 5 - 0 ratings