File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
concepts/overview/working-with-objects Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ resources within the same namespace.
43
43
Creation and deletion of namespaces are described in the [ Admin Guide documentation
44
44
for namespaces] ( /docs/admin/namespaces ) .
45
45
46
+ {{< note >}}
47
+ Avoid creating namespace with prefix ` kube- ` , since it is reserved for Kubernetes system namespaces.
48
+ {{< /note >}}
49
+
46
50
### Viewing namespaces
47
51
48
52
You can list the current namespaces in a cluster using:
Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ See the [design doc](https://git.k8s.io/community/contributors/design-proposals/
82
82
83
83
## Creating a new namespace
84
84
85
+ {{< note >}}
86
+ Avoid creating namespace with prefix ` kube- ` , since it is reserved for Kubernetes system namespaces.
87
+ {{< /note >}}
88
+
85
89
1 . Create a new YAML file called ` my-namespace.yaml ` with the contents:
86
90
87
91
``` yaml
You can’t perform that action at this time.
0 commit comments