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
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.
https://kind.sigs.k8s.io/ -- done
@BenTheElder Great news. Thanks!
Most helpful comment
@BenTheElder Great news. Thanks!