- Home
- All questions
- Question 284
CKA study material · question 284 of 1000
What does the kubelet's --resolv-conf flag control? Choose two.
Show the answer
Answer: C. Setting it to an empty string stops Pods inheriting the node's DNS
D. Setting it to a file path changes which file Pods inherit from
An empty string prevents DNS inheritance and a path names a file other than /etc/resolv.conf.
Source: Customizing DNS Service (Kubernetes) — Introduction