File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -220,13 +220,15 @@ following Pod-specific DNS policies. These policies are specified in the
220
220
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers)
221
221
for more details.
222
222
- " `ClusterFirst` " : Any DNS query that does not match the configured cluster
223
- domain suffix, such as "`www.kubernetes.io`", is forwarded to the upstream
224
- nameserver inherited from the node . Cluster administrators may have extra
223
+ domain suffix, such as "`www.kubernetes.io`", is forwarded to an upstream
224
+ nameserver by the DNS server . Cluster administrators may have extra
225
225
stub-domain and upstream DNS servers configured.
226
226
See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers)
227
227
for details on how DNS queries are handled in those cases.
228
228
- " `ClusterFirstWithHostNet` " : For Pods running with hostNetwork, you should
229
- explicitly set its DNS policy "`ClusterFirstWithHostNet`".
229
+ explicitly set its DNS policy to "`ClusterFirstWithHostNet`". Otherwise, Pods
230
+ running with hostNetwork and `"ClusterFirst"` will fallback to the behavior
231
+ of the `"Default"` policy.
230
232
- Note : This is not supported on Windows. See [below](#dns-windows) for details
231
233
- " `None` " : It allows a Pod to ignore DNS settings from the Kubernetes
232
234
environment. All DNS settings are supposed to be provided using the
You can’t perform that action at this time.
0 commit comments