- Home
- All questions
- Question 363
CKA study material · question 363 of 1000
Which taints does an unreachable node carry? Choose two.
Show the answer
Answer: B. node.kubernetes.io/unreachable with effect NoExecute
D. node.kubernetes.io/unreachable with effect NoSchedule
An unreachable node is tainted unreachable with both NoExecute and NoSchedule, removing Pods and keeping new ones away.
Source: Troubleshooting Clusters (Kubernetes) — Example: debugging a down/unreachable node