Skip to content

Commit 26eeae1

Browse files
authored
Merge pull request #21674 from cloudmelon/melonbranch
Add node lease namespace
2 parents 56ac165 + 6cf2449 commit 26eeae1

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)