Kubernetes cannot remove pod issue troubleshooting
Source: Internet
Author: User
You need to remove the following pod, but you cannot delete it using the following command: KUBECTL delete pod kong-rc-2364486572-3hgpk
Looking at this instance's information, we found that the container was running on kubernetes node, but now that node is down.
So now that node is down, it's time to just remove node.
After node deletion, the pod inside the node is deleted.
But if you don't want to delete this node, then start the node as follows: Systemctl start Docker systemctl start Etcd systemctl start Flanneld Systemctl St Art Kube-proxy systemctl Start Kubelet
After the node succeeds, remove the pod, and it may take a while before the pod is successfully deleted.
There is also another type of pod that is protected by the job
Check out this pod details:
View the job and delete the unwanted job. Can be manipulated on the UI. After the job was deleted, the pod associated with it was also deleted.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.