Skip to content

Instantly share code, notes, and snippets.

@zot24
Created June 26, 2019 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zot24/320db2ca6614dac04c4941a46d4b3d6b to your computer and use it in GitHub Desktop.
Save zot24/320db2ca6614dac04c4941a46d4b3d6b to your computer and use it in GitHub Desktop.
Collection of kubectl commands that might be usefull
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