Skip to content

Instantly share code, notes, and snippets.

@zzztimbo
Created June 3, 2020 16:57
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 zzztimbo/453a6902f43d4f809d8cca0397ad71b8 to your computer and use it in GitHub Desktop.
Save zzztimbo/453a6902f43d4f809d8cca0397ad71b8 to your computer and use it in GitHub Desktop.
remove all topics with a certain name
kubectl get kt | grep snack | awk -v col=1 '{print $col}' | xargs -L 1 kubectl delete kt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment