Skip to content

Instantly share code, notes, and snippets.

@garygan89
Created March 1, 2022 07:14
Show Gist options
  • Save garygan89/c7fcf50fd2dfe4df973b07367c364fc1 to your computer and use it in GitHub Desktop.
Save garygan89/c7fcf50fd2dfe4df973b07367c364fc1 to your computer and use it in GitHub Desktop.
K8s Cheatsheet

Define all Evicted Pods in ALL namespace

kubectl delete pod $(kubectl get pods -A | awk '/Evicted/ {print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment