You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/dns-pod-service.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,7 @@ An {{<glossary_tooltip term_id="endpoint-slice" text="EndpointSlice">}} can spec
191
191
the DNS hostname for any endpoint addresses, along with its IP.
192
192
193
193
{{< 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
196
195
A or AAAA record for the headless Service (`busybox-subdomain.my-namespace.svc.cluster-domain.example`),
197
196
pointing to the Pods' IP addresses. Also, the Pod needs to be ready in order to have a
198
197
record unless `publishNotReadyAddresses=True` is set on the Service.
0 commit comments