Skip to content

Commit d4812b0

Browse files
Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Charles Uneze <[email protected]>
1 parent 90d76b2 commit d4812b0

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
@@ -191,7 +191,7 @@ An {{<glossary_tooltip term_id="endpoint-slice" text="EndpointSlice">}} can spec
191191
the DNS hostname for any endpoint addresses, along with its IP.
192192

193193
{{< note >}}
194-
A and AAAA records are not created for Pod names since `hostname` is missing for the Pod. A Pod with no `hostname` but with `subdomain` will only create the
194+
A and AAAA records are not created for Pod names since `hostname` is missing for the Pod. A Pod with no `hostname` but with `subdomain` will only create the
195195
A or AAAA record for the headless Service (`busybox-subdomain.my-namespace.svc.cluster-domain.example`),
196196
pointing to the Pods' IP addresses. Also, the Pod needs to be ready in order to have a
197197
record unless `publishNotReadyAddresses=True` is set on the Service.

0 commit comments

Comments
 (0)