Merge pull request #21245 from cmardini/patch-1
daemon-reload prior to restarting kubelet
This commit is contained in:
@@ -296,6 +296,7 @@ Upgrade the kubelet and kubectl on all control plane nodes:
|
||||
Restart the kubelet
|
||||
|
||||
```shell
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl restart kubelet
|
||||
```
|
||||
|
||||
@@ -374,6 +375,7 @@ without compromising the minimum required capacity for running your workloads.
|
||||
- Restart the kubelet
|
||||
|
||||
```shell
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl restart kubelet
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user