fix note format error (#10088)
This commit is contained in:
committed by
k8s-ci-robot
parent
f908017276
commit
bde5b1409b
@@ -143,8 +143,10 @@ Cluster Domain | Service (ns/name) | StatefulSet (ns/name) | StatefulSet Domain
|
|||||||
cluster.local | foo/nginx | foo/web | nginx.foo.svc.cluster.local | web-{0..N-1}.nginx.foo.svc.cluster.local | web-{0..N-1} |
|
cluster.local | foo/nginx | foo/web | nginx.foo.svc.cluster.local | web-{0..N-1}.nginx.foo.svc.cluster.local | web-{0..N-1} |
|
||||||
kube.local | foo/nginx | foo/web | nginx.foo.svc.kube.local | web-{0..N-1}.nginx.foo.svc.kube.local | web-{0..N-1} |
|
kube.local | foo/nginx | foo/web | nginx.foo.svc.kube.local | web-{0..N-1}.nginx.foo.svc.kube.local | web-{0..N-1} |
|
||||||
|
|
||||||
Note that Cluster Domain will be set to `cluster.local` unless
|
{{< note >}}
|
||||||
|
**Note:** Cluster Domain will be set to `cluster.local` unless
|
||||||
[otherwise configured](/docs/concepts/services-networking/dns-pod-service/#how-it-works).
|
[otherwise configured](/docs/concepts/services-networking/dns-pod-service/#how-it-works).
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
### Stable Storage
|
### Stable Storage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user