Merge pull request #21010 from tengqm/zh-kubelet-ref

[ZH] Fix table rendering for kubelet reference
This commit is contained in:
Kubernetes Prow Robot
2020-05-16 03:39:36 -07:00
committed by GitHub
@@ -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);可以提供用于覆盖主机名的参数;还可以执行特定于某云服务商的逻辑。
<!-- <!--