Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luizkowalski/62cae9df5749db6dce6ccfca3eb20109 to your computer and use it in GitHub Desktop.
Save luizkowalski/62cae9df5749db6dce6ccfca3eb20109 to your computer and use it in GitHub Desktop.
Delete evicted pods
kubectl get pods --show-all=true | grep Evicted | awk '{print $1}' | xargs kubectl delete pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment