Skip to content

Commit 7dda1ca

Browse files
authored
Corrected service dns name
I think data.prod.cluster.local should change to data.prod.svc.cluster.local
1 parent 1869573 commit 7dda1ca

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
@@ -49,7 +49,7 @@ options ndots:5
4949
```
5050

5151
In summary, a pod in the _test_ namespace can successfully resolve either
52-
`data.prod` or `data.prod.cluster.local`.
52+
`data.prod` or `data.prod.svc.cluster.local`.
5353

5454
### DNS Records
5555

0 commit comments

Comments
 (0)