@@ -298,19 +298,19 @@ DaemonSet 通常提供节点本地的服务,即使节点上的负载应用已
298
298
299
299
A Node's status contains the following information:
300
300
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)
305
305
-->
306
306
## 节点状态 {#node-status}
307
307
308
308
一个节点的状态包含以下信息:
309
309
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 )
314
314
315
315
<!--
316
316
You can use `kubectl` to view a Node's status and other details:
@@ -326,9 +326,9 @@ kubectl describe node <节点名称>
326
326
```
327
327
328
328
<!--
329
- See [Node Status](/docs/concepts /node/node-status) for more details.
329
+ See [Node Status](/docs/reference /node/node-status/ ) for more details.
330
330
-->
331
- 更多细节参见 [ Node Status] ( /zh-cn/docs/concepts /node/node-status ) 。
331
+ 更多细节参见 [ Node Status] ( /zh-cn/docs/reference /node/node-status ) 。
332
332
333
333
<!--
334
334
## Node heartbeats
@@ -345,13 +345,13 @@ Kubernetes 节点发送的心跳帮助你的集群确定每个节点的可用性
345
345
对于节点,有两种形式的心跳:
346
346
347
347
<!--
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.
349
349
* [Lease](/docs/concepts/architecture/leases/) objects
350
350
within the `kube-node-lease`
351
351
{{< glossary_tooltip term_id="namespace" text="namespace">}}.
352
352
Each Node has an associated Lease object.
353
353
-->
354
- * 更新节点的 [ ` .status ` ] ( /zh-cn/docs/concepts /node/node-status/ )
354
+ * 更新节点的 [ ` .status ` ] ( /zh-cn/docs/reference /node/node-status/ )
355
355
* ` kube-node-lease ` {{<glossary_tooltip term_id="namespace" text="名字空间">}}中的
356
356
[ Lease(租约)] ( /zh-cn/docs/concepts/architecture/leases/ ) 对象。
357
357
每个节点都有一个关联的 Lease 对象。
0 commit comments