Skip to content

Commit 3bb141c

Browse files
authored
Merge pull request #21995 from rmohta/issue-21803
Add a note about reserved namespace prefix. Resolves #21803
2 parents 2aa998f + d410748 commit 3bb141c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ resources within the same namespace.
4343
Creation and deletion of namespaces are described in the [Admin Guide documentation
4444
for namespaces](/docs/admin/namespaces).
4545

46+
{{< note >}}
47+
Avoid creating namespace with prefix `kube-`, since it is reserved for Kubernetes system namespaces.
48+
{{< /note >}}
49+
4650
### Viewing namespaces
4751

4852
You can list the current namespaces in a cluster using:

content/en/docs/tasks/administer-cluster/namespaces.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ See the [design doc](https://git.k8s.io/community/contributors/design-proposals/
8282

8383
## Creating a new namespace
8484

85+
{{< note >}}
86+
Avoid creating namespace with prefix `kube-`, since it is reserved for Kubernetes system namespaces.
87+
{{< /note >}}
88+
8589
1. Create a new YAML file called `my-namespace.yaml` with the contents:
8690

8791
```yaml

0 commit comments

Comments
 (0)