From 08506d03daaa93a4e8a55326de314919ff584ca6 Mon Sep 17 00:00:00 2001 From: Sandip Bhattacharya Date: Fri, 25 Jun 2021 13:15:19 +0200 Subject: [PATCH] dns-pod-service.md: Fix unqualified host search ex Unless I am mistake, according to the provided search config, the query for `data` is missing the `svc` component in the full search. --- content/en/docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/dns-pod-service.md b/content/en/docs/concepts/services-networking/dns-pod-service.md index 48a8f07258..cb2a173018 100644 --- a/content/en/docs/concepts/services-networking/dns-pod-service.md +++ b/content/en/docs/concepts/services-networking/dns-pod-service.md @@ -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)