Merge pull request #46276 from tamilselvan1102/k8s-doc-20240508

Fix link to 'Node heartbeats' section
This commit is contained in:
Kubernetes Prow Robot 2024-05-08 16:31:12 -07:00 committed by GitHub
commit cd7e0fb802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace. Under the hood, every kubelet heartbeat is an **update** request to t
the `spec.renewTime` field for the Lease. The Kubernetes control plane uses the time stamp of this field
to determine the availability of this `Node`.
See [Node Lease objects](/docs/concepts/architecture/nodes/#heartbeats) for more details.
See [Node Lease objects](/docs/concepts/architecture/nodes/#node-heartbeats) for more details.
## Leader election