Update ui.md base on comments

Former: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) , can not contain capital letters. 
Now: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) but can not contain capital letters.
This commit is contained in:
sallydeng
2017-02-07 08:35:21 +08:00
committed by Andrew Chen
parent 5253297f52
commit cff68f53af
+1 -1
View File
@@ -97,7 +97,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. - **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 (-), can not contain capital letters. 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.
In case the creation of the namespace is successful, it is selected by default. If the creation fails, the first namespace is selected. In case the creation of the namespace is successful, it is selected by default. If the creation fails, the first namespace is selected.