Skip to content

Commit 9d6a96a

Browse files
authored
Update dns-pod-service.md
The second "Services" is redundant.
1 parent 823a18a commit 9d6a96a

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)