Skip to content

Instantly share code, notes, and snippets.

@HarshadRanganathan
Created January 9, 2023 10:40
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 HarshadRanganathan/7e27bd464e58d7f7e249e8452ffb4b82 to your computer and use it in GitHub Desktop.
Save HarshadRanganathan/7e27bd464e58d7f7e249e8452ffb4b82 to your computer and use it in GitHub Desktop.
Useful Kubectl Commands
kubectl get pods --all-namespaces | grep -E OutOfcpu\|Evicted\|Completed\|OOMKilled\|Error\|ContainerStatusUnknown | awk '{print "kubectl delete po " $2 " -n " $1 }' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment