Update namespaces.md

This commit is contained in:
huccshen 2020-06-30 17:12:36 +08:00 committed by GitHub
parent 8d0f423ad4
commit 38db048134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -77,6 +77,13 @@ for namespaces](/docs/admin/namespaces).
-->
命名空间的创建和删除已在[命名空间的管理指南文档](/docs/admin/namespaces)中进行了描述。
<!--
Avoid creating namespace with prefix `kube-`, since it is reserved for Kubernetes system namespaces.
-->
{{< note >}}
避免使用前缀 `kube-` 创建命名空间,因为它是为 Kubernetes 系统命名空间保留的。
{{< /note >}}
<!--
### Viewing namespaces
-->