Skip to content

Commit 6cf2449

Browse files
author
cloudmelon
committed
add lease namespace new commit
1 parent b635757 commit 6cf2449

File tree

1 file changed

+3
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+3
-2
lines changed

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ kube-public Active 1d
5858
kube-system Active 1d
5959
```
6060

61-
Kubernetes starts with three initial namespaces:
61+
Kubernetes starts with four initial namespaces:
6262

6363
* `default` The default namespace for objects with no other namespace
6464
* `kube-system` The namespace for objects created by the Kubernetes system
6565
* `kube-public` This namespace is created automatically and is readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement.
66-
66+
* `kube-node-lease` This namespace for the lease objects associated with each node which improves the performance of the node heartbeats as the cluster scales.
67+
6768
### Setting the namespace for a request
6869

6970
To set the namespace for a current request, use the `--namespace` flag.

0 commit comments

Comments
 (0)