Skip to content

Instantly share code, notes, and snippets.

@Erikdegroot89
Created September 13, 2021 08:25
Show Gist options
  • Save Erikdegroot89/0a89827a844c515caf59e175985b0c9a to your computer and use it in GitHub Desktop.
Save Erikdegroot89/0a89827a844c515caf59e175985b0c9a to your computer and use it in GitHub Desktop.
cleanup terminated pods
kubectl get pods | grep Terminated | awk '{print $1}' | xargs kubectl delete pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment