Merge pull request #585 from paweloczadly/patch-1

Typo in /admin/namespaces
This commit is contained in:
johndmulhausen 2016-06-06 16:33:58 -07:00
commit d049bc38a4
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ kube-system <none> Active
``` ```
Kubernetes starts with two initial namespaces: Kubernetes starts with two initial namespaces:
* `default` The default namespace for objects with no other namespace * `default` The default namespace for objects with no other namespace
* `kube-system` The namespace for objects created by the Kubernetes system * `kube-system` The namespace for objects created by the Kubernetes system