Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Created May 9, 2022 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barbietunnie/196812df074f7277cb91e673ecb5569f to your computer and use it in GitHub Desktop.
Save barbietunnie/196812df074f7277cb91e673ecb5569f to your computer and use it in GitHub Desktop.
How to delete a running pod stuck in termination state

How to delete a running pod stuck in termination state

kubectl delete pod --grace-period=0 --force --namespace [NAMESPACE] [POD_NAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment