Skip to content

Commit 5cad983

Browse files
authored
Merge pull request #28626 from sandipb/patch-1
dns-pod-service.md: Fix unqualified host search ex
2 parents 129b15b + 08506d0 commit 5cad983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace.
3939

4040
DNS queries may be expanded using the pod's `/etc/resolv.conf`. Kubelet
4141
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
42+
expanded to `data.test.svc.cluster.local`. The values of the `search` option
4343
are used to expand queries. To learn more about DNS queries, see
4444
[the `resolv.conf` manual page.](https://www.man7.org/linux/man-pages/man5/resolv.conf.5.html)
4545

0 commit comments

Comments
 (0)