describe what is kube-public
This commit is contained in:
parent
1bb6d3b8ab
commit
2f34581fc2
|
|
@ -41,12 +41,14 @@ $ kubectl get namespaces
|
||||||
NAME STATUS AGE
|
NAME STATUS AGE
|
||||||
default Active 1d
|
default Active 1d
|
||||||
kube-system Active 1d
|
kube-system Active 1d
|
||||||
|
kube-public Active 1d
|
||||||
```
|
```
|
||||||
|
|
||||||
Kubernetes starts with two initial namespaces:
|
Kubernetes starts with three 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
|
||||||
|
* `kube-public` The namespace is created automatically and readable by all users (including those not authenticated).
|
||||||
|
|
||||||
### Setting the namespace for a request
|
### Setting the namespace for a request
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue