Skip to content

Instantly share code, notes, and snippets.

@BioQwer
Created August 4, 2023 11:13
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 BioQwer/5011a90ef05806163e1677003feceb98 to your computer and use it in GitHub Desktop.
Save BioQwer/5011a90ef05806163e1677003feceb98 to your computer and use it in GitHub Desktop.
delete_pod failed
kubectl delete pods --field-selector status.phase=Failed --all-namespaces
kubectl delete pods --field-selector status.phase=Error --all-namespaces
#ALL
kubectl delete pods --field-selector status.phase!=Running --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment