- Home
- All questions
- Question 148
CKA study material · question 148 of 1000
Which tolerations does the DaemonSet controller add to its Pods automatically? Choose two.
Show the answer
Answer: B. node.kubernetes.io/not-ready
C. node.kubernetes.io/unschedulable
DaemonSet Pods tolerate not-ready, unreachable, the pressure taints and unschedulable, so they run where others cannot.
Source: DaemonSet (Kubernetes) — Taints and tolerations