Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Last active June 4, 2022 15:53
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/d6ed81d0ebbf3eef13d2a71591fec066 to your computer and use it in GitHub Desktop.
Save barbietunnie/d6ed81d0ebbf3eef13d2a71591fec066 to your computer and use it in GitHub Desktop.
Kubernetes notes

Kubernetes notes

1. Delete a stuck POD forcefully

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