Created
May 24, 2024 08:42
-
-
Save niklaskeerl/08da8d868fcec9d3caf700a8ade1a9f6 to your computer and use it in GitHub Desktop.
Force delete a kubernetes pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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