Pod is Stuck in the Terminating State
Last updated
A pod is stuck in the Terminating state after you try to delete it.
Platform9 Managed Kubernetes - v4.0 and Higher
You must manually delete the pod. Run the following command:
kubectl -n <namespace> delete pods --grace-period=0 --force <pod_name>
For more information about kubectl CLI, see kubectl-commands.
Last updated
