daemon-reload prior to restarting kubelet

This commit is contained in:
Christian Mardini 2020-05-27 15:46:58 -04:00 committed by GitHub
parent 5750f06822
commit 3652c2c17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.
- Upgrades the kubelet configuration for this node.