Skip to content

Commit 90d76b2

Browse files
committed
Updated Notes for DNS pod
Signed-off-by: babugeet [email protected]
1 parent e791efd commit 90d76b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +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-
Because A and AAAA records are not created for Pod names, `hostname` is required for the Pod's A or AAAA
195-
record to be created. 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
196195
A or AAAA record for the headless Service (`busybox-subdomain.my-namespace.svc.cluster-domain.example`),
197196
pointing to the Pods' IP addresses. Also, the Pod needs to be ready in order to have a
198197
record unless `publishNotReadyAddresses=True` is set on the Service.

0 commit comments

Comments
 (0)