We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 129b15b + 08506d0 commit 5cad983Copy full SHA for 5cad983
content/en/docs/concepts/services-networking/dns-pod-service.md
@@ -39,7 +39,7 @@ namespace.
39
40
DNS queries may be expanded using the pod's `/etc/resolv.conf`. Kubelet
41
sets this file for each pod. For example, a query for just `data` may be
42
-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
43
are used to expand queries. To learn more about DNS queries, see
44
[the `resolv.conf` manual page.](https://www.man7.org/linux/man-pages/man5/resolv.conf.5.html)
45
0 commit comments