[ZH] Fix table rendering for kubelet reference

This fixes the rendering of kubelet reference in zh localization
This commit is contained in:
Qiming Teng
2020-05-16 13:30:38 +08:00
parent 2bf2e29f1e
commit 53e7bb6f13
@@ -9,6 +9,7 @@ weight: 28
<!-- <!--
The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider.
--> -->
kubelet 是在每个 Node 节点上运行的主要 “节点代理”。它向 apiserver 注册节点时可以使用主机名(hostname);可以提供用于覆盖主机名的参数;还可以执行特定于某云服务商的逻辑。 kubelet 是在每个 Node 节点上运行的主要 “节点代理”。它向 apiserver 注册节点时可以使用主机名(hostname);可以提供用于覆盖主机名的参数;还可以执行特定于某云服务商的逻辑。
<!-- <!--