Skip to content

Commit 659d841

Browse files
authored
Merge pull request #49230 from xogoodnow/patch-1
Update dns-pod-service.md
2 parents 469a434 + 9d6a96a commit 659d841

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
@@ -77,7 +77,7 @@ depending on the IP family or families of the Service, with a name of the form
7777
of the Service.
7878

7979
[Headless Services](/docs/concepts/services-networking/service/#headless-services)
80-
(without a cluster IP) Services are also assigned DNS A and/or AAAA records,
80+
(without a cluster IP) are also assigned DNS A and/or AAAA records,
8181
with a name of the form `my-svc.my-namespace.svc.cluster-domain.example`. Unlike normal
8282
Services, this resolves to the set of IPs of all of the Pods selected by the Service.
8383
Clients are expected to consume the set or else use standard round-robin

0 commit comments

Comments
 (0)