Fixes Broken links in 'Node Status' section of 'Nodes' page (#42630)

* Fixes broken links at nodes.md

Fixes Broken links in 'Node Status' section of 'Nodes' page

* Minor changes at nodes.md

* Add suggested changes at nodes.md

* Suggested changes at nodes.md

Suggested changes by maintainers,

Convert comma to dot at end of the sentence, line No. 187 in nodes.md file
pull/42671/head
ADITYA DAS 2023-08-22 03:12:04 +05:30 committed by GitHub
parent d19090055a
commit f561ef1b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -164,10 +164,10 @@ that should run on the Node even if it is being drained of workload applications
A Node's status contains the following information:
* [Addresses](/docs/concepts/node/node-status/#addresses)
* [Conditions](/docs/concepts/node/node-status/#condition)
* [Capacity and Allocatable](/docs/concepts/node/node-status/#capacity)
* [Info](/docs/concepts/node/node-status/#info)
* [Addresses](/docs/reference/node/node-status/#addresses)
* [Conditions](/docs/reference/node/node-status/#condition)
* [Capacity and Allocatable](/docs/reference/node/node-status/#capacity)
* [Info](/docs/reference/node/node-status/#info)
You can use `kubectl` to view a Node's status and other details:
@ -175,7 +175,7 @@ You can use `kubectl` to view a Node's status and other details:
kubectl describe node <insert-node-name-here>
```
See [Node Status](/docs/concepts/node/node-status) for more details.
See [Node Status](/docs/reference/node/node-status/) for more details.
## Node heartbeats
@ -184,7 +184,7 @@ availability of each node, and to take action when failures are detected.
For nodes there are two forms of heartbeats:
* Updates to the [`.status`](/docs/concepts/node/node-status/) of a Node
* Updates to the [`.status`](/docs/reference/node/node-status/) of a Node.
* [Lease](/docs/concepts/architecture/leases/) objects
within the `kube-node-lease`
{{< glossary_tooltip term_id="namespace" text="namespace">}}.