Skip to content

Instantly share code, notes, and snippets.

@jakoberpf
Created September 21, 2021 15:35
Show Gist options
  • Save jakoberpf/35d03fbfce7b6b3d148a256c9aa8658b to your computer and use it in GitHub Desktop.
Save jakoberpf/35d03fbfce7b6b3d148a256c9aa8658b to your computer and use it in GitHub Desktop.
Watches for events with the type warning in all namespaces of a kubernetes cluster
watch -n -5 kubectl get events --all-namespaces=true --field-selector type=Warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment