kubeadm: add instruction to check kubelet status
kubelet can fail to start due to various reason, e.g mismatching cgroup drivers. Add this step to save user from having to go back and check when found etcd cluster is not running successfully.
This commit is contained in:
parent
96469d515e
commit
74243e9397
|
@ -68,6 +68,12 @@ this example.
|
|||
systemctl restart kubelet
|
||||
```
|
||||
|
||||
Check the kubelet status to ensure it is running.
|
||||
|
||||
```sh
|
||||
systemctl status kubelet
|
||||
```
|
||||
|
||||
1. Create configuration files for kubeadm.
|
||||
|
||||
Generate one kubeadm configuration file for each host that will have an etcd
|
||||
|
|
Loading…
Reference in New Issue