fix review

pull/6220/head
zhangxiaoyu-zidif 2017-10-30 11:49:27 +08:00 committed by Peter (XiangPeng) Zhao
parent 2f34581fc2
commit d99896ffbc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Kubernetes starts with three initial namespaces:
* `default` The default namespace for objects with no other namespace
* `kube-system` The namespace for objects created by the Kubernetes system
* `kube-public` The namespace is created automatically and readable by all users (including those not authenticated).
* `kube-public` The namespace is created automatically and readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly thoughout all the whole cluster. The public aspect of this namespace is only a convention, not a requirement.
### Setting the namespace for a request