update the markdown file in the glossary directory for Chinese version.

This commit is contained in:
jialaijun
2020-12-28 19:00:26 +08:00
parent 581780028c
commit f5354c3210
23 changed files with 67 additions and 56 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ In early Kubernetes versions, Nodes were called "Minions".
-->
工作机器可以是虚拟机也可以是物理机,取决于集群的配置。
其上部署了运行 {{< glossary_tooltip text="Pods" term_id="pod" >}}
所必需的本地守护进程或{{< glossary_tooltip text="服务" term_id="service" >}}
所必需的本地守护进程或服务
并由主控组件来管理。
节点上的的守护进程包括 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}、
{{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}