Last active
April 15, 2022 08:49
-
-
Save maksim-paskal/31283555689af15a9eb2f40426e73353 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
kubectl delete pods --field-selector=status.phase=Failed -A | |
kubectl delete pods --field-selector=status.phase=Evicted -A | |
kubectl delete pods --field-selector=status.phase=Succeeded -A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment