Add a note about reserved namespace prefix

A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
This commit is contained in:
Rohit Mohta
2020-06-22 13:32:10 -07:00
parent c69e39d4a2
commit d41074866e
2 changed files with 8 additions and 0 deletions
@@ -82,6 +82,10 @@ See the [design doc](https://git.k8s.io/community/contributors/design-proposals/
## Creating a new namespace
{{< note >}}
Avoid creating namespace with prefix `kube-`, since it is reserved for Kubernetes system namespaces.
{{< /note >}}
1. Create a new YAML file called `my-namespace.yaml` with the contents:
```yaml