Skip to content

Commit cdfdd3e

Browse files
authored
Merge pull request #27717 from kpanic9/patch-1
Corrected service dns name
2 parents 731f028 + 7dda1ca commit cdfdd3e

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

5252
In summary, a pod in the _test_ namespace can successfully resolve either
53-
`data.prod` or `data.prod.cluster.local`.
53+
`data.prod` or `data.prod.svc.cluster.local`.
5454

5555
### DNS Records
5656

0 commit comments

Comments
 (0)