Skip to content

Instantly share code, notes, and snippets.

@laggage
Last active January 31, 2022 12:36
Show Gist options
  • Save laggage/147cefcd9e6a69b06b61564c6836587d to your computer and use it in GitHub Desktop.
Save laggage/147cefcd9e6a69b06b61564c6836587d to your computer and use it in GitHub Desktop.
kubectl get pods -n kube-system | \
grep Evicted | \
awk '{print $1}' | \
xargs kubectl delete pod -n kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment