Skip to content

Commit

Permalink
fix note format error (#10088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen Yuanyu authored and k8s-ci-robot committed Aug 27, 2018
1 parent f908017 commit bde5b14
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -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} |
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).
{{< /note >}}

### Stable Storage

Expand Down

0 comments on commit bde5b14

Please sign in to comment.