Unable to delete pod stuck in terminating state #10400
Unanswered
BeyondEvil
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I met the same issue. How can I do to fix it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
delete it this way kubectl delete pod/POD_NAME --force --grace-period=0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if it's a bug or if I'm doing something wrong.
But we have a pod in ArgoCD that's been stuck in "terminating" state for two days. Trying to force-delete gives below error.
The pod does indeed not exist in the cluster when checking with
kubectl get pods
.What can I do?
Beta Was this translation helpful? Give feedback.
All reactions