Skip to content

Instantly share code, notes, and snippets.

@khaled
Last active January 8, 2020 05:00
Show Gist options
  • Save khaled/8997f65d181d2d1263a2a84c5579adcb to your computer and use it in GitHub Desktop.
Save khaled/8997f65d181d2d1263a2a84c5579adcb to your computer and use it in GitHub Desktop.
kubernetes cheat sheet

Force delete a pod [source]

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