Created
February 26, 2021 17:12
-
-
Save thanandorn/5fb0ba5214ccf823fd93b5c83aea618b to your computer and use it in GitHub Desktop.
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
# Delete All Failed/Evicted Pods | |
kubectl get pod -A --field-selector="status.phase==Failed" | |
kubectl delete pod -A --field-selector="status.phase==Failed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment