From 3652c2c17bee4869b4883d1f066f70124b957b33 Mon Sep 17 00:00:00 2001 From: Christian Mardini Date: Wed, 27 May 2020 15:46:58 -0400 Subject: [PATCH] daemon-reload prior to restarting kubelet --- .../docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md index f0368ecaf9..2ae0e4e641 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md @@ -295,6 +295,7 @@ Upgrade the kubelet and kubectl on all control plane nodes: Restart the kubelet ```shell +sudo systemctl daemon-reload sudo systemctl restart kubelet ``` @@ -373,6 +374,7 @@ without compromising the minimum required capacity for running your workloads. - Restart the kubelet ```shell + sudo systemctl daemon-reload sudo systemctl restart kubelet ``` @@ -441,4 +443,4 @@ and post-upgrade manifest file for a certain component, a backup file for it wil `kubeadm upgrade node` does the following on worker nodes: - Fetches the kubeadm `ClusterConfiguration` from the cluster. -- Upgrades the kubelet configuration for this node. \ No newline at end of file +- Upgrades the kubelet configuration for this node.