Created
September 1, 2022 09:40
-
-
Save vertexvaar/919b542fb9c86fec9c4c2b71e8d7b8b0 to your computer and use it in GitHub Desktop.
kubectl helper
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 pods | |
kubectl delete pods -A --field-selector=status.phase=Failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment