Merge pull request #28626 from sandipb/patch-1

dns-pod-service.md: Fix unqualified host search ex
This commit is contained in:
Kubernetes Prow Robot
2021-11-27 10:38:40 -08:00
committed by GitHub
@@ -39,7 +39,7 @@ namespace.
DNS queries may be expanded using the pod's `/etc/resolv.conf`. Kubelet
sets this file for each pod. For example, a query for just `data` may be
expanded to `data.test.cluster.local`. The values of the `search` option
expanded to `data.test.svc.cluster.local`. The values of the `search` option
are used to expand queries. To learn more about DNS queries, see
[the `resolv.conf` manual page.](https://www.man7.org/linux/man-pages/man5/resolv.conf.5.html)