Skip to content

Commit 3652c2c

Browse files
authored
daemon-reload prior to restarting kubelet
1 parent 5750f06 commit 3652c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ Upgrade the kubelet and kubectl on all control plane nodes:
295295
Restart the kubelet
296296

297297
```shell
298+
sudo systemctl daemon-reload
298299
sudo systemctl restart kubelet
299300
```
300301

@@ -373,6 +374,7 @@ without compromising the minimum required capacity for running your workloads.
373374
- Restart the kubelet
374375

375376
```shell
377+
sudo systemctl daemon-reload
376378
sudo systemctl restart kubelet
377379
```
378380

@@ -441,4 +443,4 @@ and post-upgrade manifest file for a certain component, a backup file for it wil
441443
`kubeadm upgrade node` does the following on worker nodes:
442444
443445
- Fetches the kubeadm `ClusterConfiguration` from the cluster.
444-
- Upgrades the kubelet configuration for this node.
446+
- Upgrades the kubelet configuration for this node.

0 commit comments

Comments
 (0)