- Home
- All questions
- Question 513
CKA study material · question 513 of 1000
A worker node's network link fails and it stops answering the control plane. What does the node controller write to that Node's Ready condition?
Show the answer
Answer: A. Unknown
An unreachable node is not known to be broken, only unheard from, so the node controller sets Ready to Unknown. False would assert the node had reported itself unhealthy.
Source: Nodes (Kubernetes) — Node controller