Skip to content

Instantly share code, notes, and snippets.

@BioQwer
Last active January 30, 2025 21:06
Show Gist options
  • 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
kubectl delete pods --field-selector status.phase=Succeeded --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment