- Home
- All questions
- Question 649
CKA study material · question 649 of 1000
Which DaemonSet Pods get an automatic toleration for the node.kubernetes.io/network-unavailable taint?
Show the answer
Answer: D. Only those with spec.hostNetwork set to true
That toleration exists so a CNI installer using host networking can run before the Pod network works; a DaemonSet Pod on the Pod network would have nothing to run on.
Source: DaemonSet (Kubernetes) — How Daemon Pods are scheduled › Taints and tolerations