From 97e167b60f508b21edc4136e1dd2b402ed2e9884 Mon Sep 17 00:00:00 2001 From: Melony QIN Date: Thu, 2 Apr 2020 18:59:02 +0100 Subject: [PATCH] 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. --- .../en/docs/concepts/overview/working-with-objects/namespaces.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index 60543604e4..c4415e8a1b 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -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: