`kubectl describe` shows events too.
When a pod is stuck, `kubectl describe pod <name>` shows the
recent events (image pull errors, OOMKills, scheduling failures).
TASK
----
Run:
kubectl describe pod debugpod
Pass when output mentions the pod.
Sign in to save your code and track progress across devices.