Skip to content

Commit a0257e9

Browse files
authored
Merge pull request #46800 from ChinemeremChigbo/patch-1
Fix broken link to node heartbeats
2 parents ddaa5e5 + c1d218e commit a0257e9

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
@@ -47,7 +47,7 @@ Kubernetes starts with four initial namespaces:
4747
: Kubernetes includes this namespace so that you can start using your new cluster without first creating a namespace.
4848

4949
`kube-node-lease`
50-
: This namespace holds [Lease](/docs/concepts/architecture/leases/) objects associated with each node. Node leases allow the kubelet to send [heartbeats](/docs/concepts/architecture/nodes/#heartbeats) so that the control plane can detect node failure.
50+
: This namespace holds [Lease](/docs/concepts/architecture/leases/) objects associated with each node. Node leases allow the kubelet to send [heartbeats](/docs/concepts/architecture/nodes/#node-heartbeats) so that the control plane can detect node failure.
5151

5252
`kube-public`
5353
: This namespace is readable by *all* clients (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.

0 commit comments

Comments
 (0)