Skip to content

Commit f561ef1

Browse files
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
1 parent d190900 commit f561ef1

File tree

1 file changed

+6
-6
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+6
-6
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,18 @@ that should run on the Node even if it is being drained of workload applications
164164

165165
A Node's status contains the following information:
166166

167-
* [Addresses](/docs/concepts/node/node-status/#addresses)
168-
* [Conditions](/docs/concepts/node/node-status/#condition)
169-
* [Capacity and Allocatable](/docs/concepts/node/node-status/#capacity)
170-
* [Info](/docs/concepts/node/node-status/#info)
167+
* [Addresses](/docs/reference/node/node-status/#addresses)
168+
* [Conditions](/docs/reference/node/node-status/#condition)
169+
* [Capacity and Allocatable](/docs/reference/node/node-status/#capacity)
170+
* [Info](/docs/reference/node/node-status/#info)
171171

172172
You can use `kubectl` to view a Node's status and other details:
173173

174174
```shell
175175
kubectl describe node <insert-node-name-here>
176176
```
177177

178-
See [Node Status](/docs/concepts/node/node-status) for more details.
178+
See [Node Status](/docs/reference/node/node-status/) for more details.
179179

180180
## Node heartbeats
181181

@@ -184,7 +184,7 @@ availability of each node, and to take action when failures are detected.
184184

185185
For nodes there are two forms of heartbeats:
186186

187-
* Updates to the [`.status`](/docs/concepts/node/node-status/) of a Node
187+
* Updates to the [`.status`](/docs/reference/node/node-status/) of a Node.
188188
* [Lease](/docs/concepts/architecture/leases/) objects
189189
within the `kube-node-lease`
190190
{{< glossary_tooltip term_id="namespace" text="namespace">}}.

0 commit comments

Comments
 (0)