What Can I Do If the Cluster Console Is Unavailable After the Master Node Is Shut Down?
Symptom
After the master node is shut down, the cluster console is unavailable.
Procedure
The Cilium community does not remove the Cilium endpoint from the pod in the Terminating status. As a result, some requests are distributed to the stopped node, and the requests fail. Perform the following operations:
- Run the following command to delete the pod in the Terminating status:
kubectl get pods -nkube-system | grep Terminating | awk '{print $1}'|xargs kubectl delete pods -nkube-system
- Run the following command to check whether any pod malfunctions:
kubectl get pods -nkube-system
- After several minutes, the cluster console works properly again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot