Created
July 24, 2020 12:37
-
-
Save ragingbal/b82e7907e0ae9039d9113fbddcccdfe2 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 get pods -n default --no-headers=true | awk '/web-app/{print $1}'| xargs kubectl delete -n default pod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment