Add namespaces for 1.17 + default namespace
Each Node has an associated Lease object in the kube-node-lease namespace. Lease is a lightweight resource, which improves the performance of the node heartbeats as the cluster scales.
This commit is contained in:
@@ -55,6 +55,7 @@ NAME STATUS AGE
|
|||||||
default Active 1d
|
default Active 1d
|
||||||
kube-system Active 1d
|
kube-system Active 1d
|
||||||
kube-public Active 1d
|
kube-public Active 1d
|
||||||
|
kube-node-lease Active 1d
|
||||||
```
|
```
|
||||||
|
|
||||||
Kubernetes starts with three initial namespaces:
|
Kubernetes starts with three initial namespaces:
|
||||||
|
|||||||
Reference in New Issue
Block a user