Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Created May 24, 2024 08:42
Show Gist options
  • Save niklaskeerl/08da8d868fcec9d3caf700a8ade1a9f6 to your computer and use it in GitHub Desktop.
Save niklaskeerl/08da8d868fcec9d3caf700a8ade1a9f6 to your computer and use it in GitHub Desktop.
Force delete a kubernetes pod
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