Forum Navigation
You need to log in to create posts and topics.

Pod Stuck in terminating state

Problem

User tries to delete a pod but it stuck in Terminating state forever

Solution

Force delete the pod

kubectl delete pods <POD NAME> -n <NAMESPACE> –grace-period=0 –force

Example

kubectl delete pods calico-kube-controllers-555bc4b957-dj2wn -n kube-system –grace-period=0 –force

Uploaded files: