diff --git a/docs/admin/namespaces.md b/docs/admin/namespaces.md index 7f597df8106..5ef8d286e9c 100644 --- a/docs/admin/namespaces.md +++ b/docs/admin/namespaces.md @@ -122,7 +122,7 @@ See [Admission control: Limit Range](../design/admission_control_limit_range.md) A namespace can be in one of two phases: * `Active` the namespace is in use - * ```Terminating`` the namespace is being deleted, and can not be used for new objects + * `Terminating` the namespace is being deleted, and can not be used for new objects See the [design doc](../design/namespaces.md#phases) for more details. @@ -166,8 +166,8 @@ This delete is asynchronous, so for a time you will see the namespace in the `Te ## Namespaces and DNS -When you create a [Service](../../docs/user-guide/services.md), it creates a corresponding [DNS entry](dns.md)1. -This entry is of the form `..cluster.local`, which means +When you create a [Service](../../docs/user-guide/services.md), it creates a corresponding [DNS entry](dns.md). +This entry is of the form `..svc.cluster.local`, which means that if a container just uses `` it will resolve to the service which is local to a namespace. This is useful for using the same configuration across multiple namespaces such as Development, Staging and Production. If you want to reach diff --git a/docs/user-guide/namespaces.md b/docs/user-guide/namespaces.md index ff0e94d6369..c1a63d14fbd 100644 --- a/docs/user-guide/namespaces.md +++ b/docs/user-guide/namespaces.md @@ -105,7 +105,7 @@ $ kubectl config set-context $(CONTEXT) --namespace= ## Namespaces and DNS When you create a [Service](services.md), it creates a corresponding [DNS entry](../admin/dns.md). -This entry is of the form `..cluster.local`, which means +This entry is of the form `..svc.cluster.local`, which means that if a container just uses `` it will resolve to the service which is local to a namespace. This is useful for using the same configuration across multiple namespaces such as Development, Staging and Production. If you want to reach