Skip to content

Instantly share code, notes, and snippets.

@baybatu
Created March 22, 2018 14:15
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 baybatu/f37d60882c8383a17cabbbe01d9182f6 to your computer and use it in GitHub Desktop.
Save baybatu/f37d60882c8383a17cabbbe01d9182f6 to your computer and use it in GitHub Desktop.
Force kubectl to delete a pod
kubectl delete pods {POD_NAME} --grace-period=0 --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment