From 5d10052fc86dd6b221dba12d16237c5cb0a6f908 Mon Sep 17 00:00:00 2001 From: huccshen <1171593960@qq.com> Date: Tue, 30 Jun 2020 17:16:25 +0800 Subject: [PATCH] Update namespaces.md --- content/zh/docs/tasks/administer-cluster/namespaces.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/zh/docs/tasks/administer-cluster/namespaces.md b/content/zh/docs/tasks/administer-cluster/namespaces.md index f2e63f5d48..9c5ce28310 100644 --- a/content/zh/docs/tasks/administer-cluster/namespaces.md +++ b/content/zh/docs/tasks/administer-cluster/namespaces.md @@ -127,6 +127,13 @@ See the [design doc](https://git.k8s.io/community/contributors/design-proposals/ ## 创建命名空间 + +{{< note >}} +避免使用前缀 `kube-` 创建命名空间,因为它是为 Kubernetes 系统命名空间保留的。 +{{< /note >}} + 1. 新建一个名为 `my-namespace.yaml` 的 YAML 文件,并写入下列内容: