Skip to content

Commit d4f302e

Browse files
authored
Merge pull request #21245 from cmardini/patch-1
daemon-reload prior to restarting kubelet
2 parents 1e24002 + 3652c2c commit d4f302e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Upgrade the kubelet and kubectl on all control plane nodes:
296296
Restart the kubelet
297297

298298
```shell
299+
sudo systemctl daemon-reload
299300
sudo systemctl restart kubelet
300301
```
301302

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

376377
```shell
378+
sudo systemctl daemon-reload
377379
sudo systemctl restart kubelet
378380
```
379381

0 commit comments

Comments
 (0)