Skip to content

Commit 497a523

Browse files
authored
Improve wording of kube-node-lease namespace doc
Correct grammar and provide a reference to more detailed documentation of concepts mentioned.
1 parent 0e4cdf2 commit 497a523

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Kubernetes starts with four initial namespaces:
6262
* `default` The default namespace for objects with no other namespace
6363
* `kube-system` The namespace for objects created by the Kubernetes system
6464
* `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.
65-
* `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.
65+
* `kube-node-lease` The namespace for lease objects associated with each node, which improves the performance of [heartbeats](/docs/concepts/architecture/nodes/#heartbeats) as the cluster scales.
6666

6767
### Setting the namespace for a request
6868

0 commit comments

Comments
 (0)