Created
August 7, 2019 14:26
-
-
Save sara4dev/e29bb4e98ba4db6281ce3a54ef5fcff2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 get po | grep Evicted | awk '{print $1}' | xargs kubectl delete po | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment