Skip to content

Instantly share code, notes, and snippets.

@ufuk
Created April 22, 2022 12:55
Show Gist options
  • Save ufuk/54cf8976d1040d56fcd69a1d89980d4a to your computer and use it in GitHub Desktop.
Save ufuk/54cf8976d1040d56fcd69a1d89980d4a to your computer and use it in GitHub Desktop.
How to force k8s to delete a pod via kubectl?
kubectl delete pods your-pod-name --grace-period=0 --force -n your-namespace-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment