- Home
- All questions
- Question 362
CKA study material · question 362 of 1000
A node's conditions all read Unknown with reason NodeStatusUnknown. What does that mean?
Show the answer
Answer: C. The kubelet has stopped posting node status
Conditions go to Unknown, not False, when the kubelet stops reporting; the reason names that directly.
Source: Troubleshooting Clusters (Kubernetes) — Example: debugging a down/unreachable node