Skip to content

Commit 719b51a

Browse files
authored
Merge pull request #42733 from KKtheGhost/sync/architecture/nodes.md
[zh] sync concepts/architecture/nodes.md
2 parents 372e451 + 31022bf commit 719b51a

File tree

1 file changed

+12
-12
lines changed
  • content/zh-cn/docs/concepts/architecture

1 file changed

+12
-12
lines changed

content/zh-cn/docs/concepts/architecture/nodes.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -298,19 +298,19 @@ DaemonSet 通常提供节点本地的服务,即使节点上的负载应用已
298298
299299
A Node's status contains the following information:
300300
301-
* [Addresses](/docs/concepts/node/node-status/#addresses)
302-
* [Conditions](/docs/concepts/node/node-status/#condition)
303-
* [Capacity and Allocatable](/docs/concepts/node/node-status/#capacity)
304-
* [Info](/docs/concepts/node/node-status/#info)
301+
* [Addresses](/docs/reference/node/node-status/#addresses)
302+
* [Conditions](/docs/reference/node/node-status/#condition)
303+
* [Capacity and Allocatable](/docs/reference/node/node-status/#capacity)
304+
* [Info](/docs/reference/node/node-status/#info)
305305
-->
306306
## 节点状态 {#node-status}
307307

308308
一个节点的状态包含以下信息:
309309

310-
* [地址(Addresses)](/zh-cn/docs/concepts/node/node-status/#addresses)
311-
* [状况(Condition)](/zh-cn/docs/concepts/node/node-status/#condition)
312-
* [容量与可分配(Capacity)](/zh-cn/docs/concepts/node/node-status/#capacity)
313-
* [信息(Info)](/zh-cn/docs/concepts/node/node-status/#info)
310+
* [地址(Addresses)](/zh-cn/docs/reference/node/node-status/#addresses)
311+
* [状况(Condition)](/zh-cn/docs/reference/node/node-status/#condition)
312+
* [容量与可分配(Capacity)](/zh-cn/docs/reference/node/node-status/#capacity)
313+
* [信息(Info)](/zh-cn/docs/reference/node/node-status/#info)
314314

315315
<!--
316316
You can use `kubectl` to view a Node's status and other details:
@@ -326,9 +326,9 @@ kubectl describe node <节点名称>
326326
```
327327

328328
<!--
329-
See [Node Status](/docs/concepts/node/node-status) for more details.
329+
See [Node Status](/docs/reference/node/node-status/) for more details.
330330
-->
331-
更多细节参见 [Node Status](/zh-cn/docs/concepts/node/node-status)
331+
更多细节参见 [Node Status](/zh-cn/docs/reference/node/node-status)
332332

333333
<!--
334334
## Node heartbeats
@@ -345,13 +345,13 @@ Kubernetes 节点发送的心跳帮助你的集群确定每个节点的可用性
345345
对于节点,有两种形式的心跳:
346346

347347
<!--
348-
* Updates to the [`.status`](/docs/concepts/node/node-status/) of a Node
348+
* Updates to the [`.status`](/docs/reference/node/node-status/) of a Node.
349349
* [Lease](/docs/concepts/architecture/leases/) objects
350350
within the `kube-node-lease`
351351
{{< glossary_tooltip term_id="namespace" text="namespace">}}.
352352
Each Node has an associated Lease object.
353353
-->
354-
* 更新节点的 [`.status`](/zh-cn/docs/concepts/node/node-status/)
354+
* 更新节点的 [`.status`](/zh-cn/docs/reference/node/node-status/)
355355
* `kube-node-lease` {{<glossary_tooltip term_id="namespace" text="名字空间">}}中的
356356
[Lease(租约)](/zh-cn/docs/concepts/architecture/leases/)对象。
357357
每个节点都有一个关联的 Lease 对象。

0 commit comments

Comments
 (0)