- Home
- All questions
- Question 471
CKA study material · question 471 of 1000
Which command narrows the event stream to warnings?
Show the answer
Answer: D. kubectl events --types=Warning
kubectl events --types=Warning lists warning events, which is usually where a failure explains itself.
Source: kubectl Quick Reference (Kubernetes) — Viewing and finding resources