Study. uk . com
  1. Home
  2. All questions
  3. Question 362

CKA study material · question 362 of 1000

A node's conditions all read Unknown with reason NodeStatusUnknown. What does that mean?

  1. The node is out of memory
  2. The node has been cordoned
  3. The kubelet has stopped posting node status
  4. The node's disk is full
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

Challenge yourself on this topic → Study as cards