Created
June 26, 2019 19:15
-
-
Save zot24/320db2ca6614dac04c4941a46d4b3d6b to your computer and use it in GitHub Desktop.
Collection of kubectl commands that might be usefull
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 deploy -n my-namespace | awk '/resque-worker/{print $1}' | xargs kubectl delete -n my-namespace deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment