Skip to content

Commit 095c51a

Browse files
authored
Merge pull request #26679 from Xunzhuo/patch-2
Fix Markdown Error
2 parents 3e2731b + 13379c9 commit 095c51a

File tree

1 file changed

+1
-2
lines changed
  • content/zh/docs/concepts/architecture

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@ of the node heartbeats as the cluster scales.
457457
#### 心跳机制 {#heartbeats}
458458

459459
Kubernetes 节点发送的心跳(Heartbeats)有助于确定节点的可用性。
460-
心跳有两种形式:`NodeStatus`[`Lease` 对象]
461-
(/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#lease-v1-coordination-k8s-io)。
460+
心跳有两种形式:`NodeStatus`[`Lease` 对象](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#lease-v1-coordination-k8s-io)。
462461
每个节点在 `kube-node-lease`{{< glossary_tooltip term_id="namespace" text="名字空间">}}
463462
中都有一个与之关联的 `Lease` 对象。
464463
`Lease` 是一种轻量级的资源,可在集群规模扩大时提高节点心跳机制的性能。

0 commit comments

Comments
 (0)