September 20, 2024 12:07 pm
Topic starter
Notifications
Clear all
0
1 Answer
0
September 20, 2024 7:19 pm
First get the status of the nodes
kubectl get nodes
Then describe the nodes
kubectl describe node <node ip>
SSH into the node and restart using kubelet
/etc/init.d/kubelet restart
again get the status of the node
kubectl get nodes