File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -507,14 +507,14 @@ Kubernetes 节点发送的心跳帮助你的集群确定每个节点的可用性
507
507
508
508
<!--
509
509
* updates to the `.status` of a Node
510
- * [Lease](/docs/reference/kubernetes-api/cluster-resources/lease-v1 /) objects
510
+ * [Lease](/docs/concepts/architecture/leases /) objects
511
511
within the `kube-node-lease`
512
512
{{< glossary_tooltip term_id="namespace" text="namespace">}}.
513
513
Each Node has an associated Lease object.
514
514
-->
515
515
* 更新节点的 ` .status `
516
516
* ` kube-node-lease ` {{<glossary_tooltip term_id="namespace" text="名字空间">}}中的
517
- [ Lease(租约)] ( /zh-cn/docs/reference/kubernetes-api/cluster-resources/lease-v1 / ) 对象。
517
+ [ Lease(租约)] ( /zh-cn/docs/concepts/architecture/leases / ) 对象。
518
518
每个节点都有一个关联的 Lease 对象。
519
519
520
520
<!--
You can’t perform that action at this time.
0 commit comments