Skip to content

Instantly share code, notes, and snippets.

@g3rhard
Created March 12, 2026 15:31
Show Gist options
  • Select an option

  • Save g3rhard/11beb2d63f40b7b5893f90f4a69f750c to your computer and use it in GitHub Desktop.

Select an option

Save g3rhard/11beb2d63f40b7b5893f90f4a69f750c to your computer and use it in GitHub Desktop.

K8s Cheatsheet

  • Removing evicted pods
kubectl delete pod --field-selector=status.phase=Failed --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment