Skip to content

Instantly share code, notes, and snippets.

@hinoobmaster
Created November 10, 2022 04:02
Show Gist options
  • Save hinoobmaster/c3f4f358e851e7c43f87812003b28bd9 to your computer and use it in GitHub Desktop.
Save hinoobmaster/c3f4f358e851e7c43f87812003b28bd9 to your computer and use it in GitHub Desktop.
Kubectl Easy Script
#DELETE ALL EVICTED PODS
kubectl delete pod --field-selector="status.phase==Failed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment