update the markdown file in the glossary directory for Chinese version.
This commit is contained in:
@@ -28,13 +28,14 @@ tags:
|
||||
<!--
|
||||
An agent that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in the cluster. It makes sure that {{< glossary_tooltip text="containers" term_id="container" >}} are running in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
|
||||
-->
|
||||
一个在集群中每个节点上运行的代理。
|
||||
它保证容器都运行在 Pod 中。
|
||||
一个在集群中每个{{< glossary_tooltip text="节点(node)" term_id="node" >}}上运行的代理。
|
||||
它保证{{< glossary_tooltip text="容器(containers)" term_id="container" >}}都
|
||||
运行在 {{< glossary_tooltip text="Pod" term_id="pod" >}} 中。
|
||||
|
||||
<!--more-->
|
||||
|
||||
<!--
|
||||
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn’t manage containers which were not created by Kubernetes.
|
||||
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
|
||||
-->
|
||||
kubelet 接收一组通过各类机制提供给它的 PodSpecs,确保这些 PodSpecs
|
||||
中描述的容器处于运行状态且健康。
|
||||
|
||||
Reference in New Issue
Block a user