-
Lets have a look at the Solution of the Worker Node Failure
-
Check Solution
ssh node01 service kubelet start
-
Check Solution
sed -i 's/WRONG-CA-FILE.crt/ca.crt/g' /var/lib/kubelet/config.yaml
-
Check Solution
sed -i 's/6553/6443/g' /etc/kubernetes/kubelet.conf
-