Skip to content

Commit 8106c6e

Browse files
pegasasTim Bannister
andauthored
Add notes on kubeadm clusters version (#44683)
* Add notes on kubeadm clusters version Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md Co-authored-by: Dipesh Rawat <[email protected]> move into additional information * Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent f4febd0 commit 8106c6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ The upgrade workflow at high level is the following:
4242
first drain the node (or nodes) that you are upgrading. In the case of control plane nodes,
4343
they could be running CoreDNS Pods or other critical workloads. For more information see
4444
[Draining nodes](/docs/tasks/administer-cluster/safely-drain-node/).
45+
- 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).
4549
- All containers are restarted after upgrade, because the container spec hash value is changed.
4650
- To verify that the kubelet service has successfully restarted after the kubelet has been upgraded,
4751
you can execute `systemctl status kubelet` or view the service logs with `journalctl -xeu kubelet`.

0 commit comments

Comments
 (0)