You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Kubernetes project recommends that you match your kubelet and kubeadm versions.
46
+
You can instead use an a version of kubelet that is older than kubeadm, provided it is within the
47
+
range of supported versions.
48
+
For more details, please visit [kubeadm's skew against the kubelet](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/#kubeadm-s-skew-against-the-kubelet).
45
49
- All containers are restarted after upgrade, because the container spec hash value is changed.
46
50
- To verify that the kubelet service has successfully restarted after the kubelet has been upgraded,
47
51
you can execute `systemctl status kubelet` or view the service logs with `journalctl -xeu kubelet`.
0 commit comments