kubernetes/cmd/kubeadm/app/phases/patchnode
Lubomir I. Ivanov ea2c948799 kubeadm: change the default CRI socket to containerd
Change the default container runtime CRI socket endpoint to the
one of containerd. Previously it was the one for Docker

- Rename constants.DefaultDockerCRISocket to DefaultCRISocket
- Make the constants files include the endpoints for all supported
container runtimes for Unix/Windows.
- Update unit tests related to docker runtime testing.
- In kubelet/flags.go hardcode the legacy docker socket as a check
to allow kubeadm 1.24 to run against kubelet 1.23 if the user
explicitly sets the criSocket field to "npipe:////./pipe/dockershim"
on Windows or "unix:///var/run/dockershim.sock" on Linux.
2022-01-12 17:15:45 +02:00
..
patchnode_test.go kubeadm: change the default CRI socket to containerd 2022-01-12 17:15:45 +02:00
patchnode.go re-order imports for kubeadm 2021-08-17 22:40:46 +08:00