We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e24002 + 3652c2c commit d4f302eCopy full SHA for d4f302e
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md
@@ -296,6 +296,7 @@ Upgrade the kubelet and kubectl on all control plane nodes:
296
Restart the kubelet
297
298
```shell
299
+sudo systemctl daemon-reload
300
sudo systemctl restart kubelet
301
```
302
@@ -374,6 +375,7 @@ without compromising the minimum required capacity for running your workloads.
374
375
- Restart the kubelet
376
377
378
+ sudo systemctl daemon-reload
379
380
381
0 commit comments