Skip to content

Instantly share code, notes, and snippets.

@haeramkeem
Created April 29, 2022 00:09
Show Gist options
  • Save haeramkeem/ddafe483d51edf86eb69a30622f0b47b to your computer and use it in GitHub Desktop.
Save haeramkeem/ddafe483d51edf86eb69a30622f0b47b to your computer and use it in GitHub Desktop.
Kubectl event inquire
#!/bin/bash
kubectl get events --field-selector type=Warning # get all 'Warning' events
kubectl logs $POD_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment