Skip to content

Instantly share code, notes, and snippets.

@ragingbal
Created July 24, 2020 12:37
Show Gist options
  • Save ragingbal/b82e7907e0ae9039d9113fbddcccdfe2 to your computer and use it in GitHub Desktop.
Save ragingbal/b82e7907e0ae9039d9113fbddcccdfe2 to your computer and use it in GitHub Desktop.
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