Skip to content

Instantly share code, notes, and snippets.

@patrickleet
Created November 20, 2018 21:54
Show Gist options
  • Save patrickleet/1785eadfdf31c513541805948a25fc3b to your computer and use it in GitHub Desktop.
Save patrickleet/1785eadfdf31c513541805948a25fc3b to your computer and use it in GitHub Desktop.
delete all error pods
kubectl get pods --all-namespaces | grep Error | awk '{print $2}' | xargs kubectl delete pod -n jx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment