Update ui.md: namespace name can't be number only

When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
reviewable/pr2455/r1
sallydeng 2017-02-08 16:38:00 +08:00 committed by GitHub
parent 632c2de064
commit 02d938a3d5
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ track=stable
- **Namespace**: Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called [namespaces](/docs/admin/namespaces/). They let you partition resources into logically named groups.
Dashboard offers all available namespaces in a dropdown list, and allows you to create a new namespace. The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) but can not contain capital letters.
When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
In case the creation of the namespace is successful, it is selected by default. If the creation fails, the first namespace is selected.