Files
kubernetes/cmd
Lubomir I. Ivanov 6efdcfd15b kubeadm: perform dockershim cleanup for 1.25
Given kubeadm 1.25 only supports kubelet 1.25 and 1.24,
1.23 related logic around dockershim can be removed.

- Don't clean the directories
/var/lib/dockershim, /var/runkubernetes, /var/lib/cni
- Pass the CRISocket directly to the kubelet
--container-runtime-endpoint flag without extra handling
of dockershim
- No longer apply the --container-runtime=remote flag
as that is the only possible value in 1.24 and 1.25
- Update unit tests


Note: we are still passing --pod-infra-container-image
to avoid the pause image to be GCed by the kubelet.
2022-05-12 21:38:17 +03:00
..
2022-02-14 10:55:35 -07:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2022-02-14 10:55:35 -07:00
2022-02-14 10:55:35 -07:00