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:
Melony QIN
2020-04-02 18:59:02 +01:00
committed by GitHub
parent 3ba44a33d1
commit 1817100ed5
@@ -55,6 +55,7 @@ NAME STATUS AGE
default Active 1d
kube-system Active 1d
kube-public Active 1d
kube-node-lease Active 1d
```
Kubernetes starts with three initial namespaces: