update markdown files in glossary dirctory.

This commit is contained in:
jialaijun
2020-12-01 10:25:54 +08:00
parent 04df324331
commit fdc3b6ce29
45 changed files with 138 additions and 60 deletions
@@ -35,10 +35,9 @@ changes where needed.
Each controller tries to move the current cluster state closer to the desired
state.
-->
在 Kubernetes 中,控制器通过监控 {{< glossary_tooltip text="集群" term_id="cluster" >}} 的公共状态,并致力于将当前状态转变为期望的状态。
在 Kubernetes 中,控制器通过监控{{< glossary_tooltip text="集群" term_id="cluster" >}}
的公共状态,并致力于将当前状态转变为期望的状态。
<!--more-->
@@ -48,7 +47,8 @@ Controllers watch the shared state of your cluster through the
{{< glossary_tooltip text="apiserver" term_id="kube-apiserver" >}} (part of the
{{< glossary_tooltip term_id="control-plane" >}}).
-->
控制器({{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的一部分)通过{{< glossary_tooltip text="apiserver" term_id="kube-apiserver" >}}监控你的集群中的公共状态。
控制器({{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的一部分)
通过 {{< glossary_tooltip text="apiserver" term_id="kube-apiserver" >}} 监控你的集群中的公共状态。
<!--
Some controllers also run inside the control plane, providing control loops that
@@ -57,6 +57,8 @@ daemonset controller, the namespace controller, and the persistent volume
controller (and others) all run within the
{{< glossary_tooltip term_id="kube-controller-manager" >}}.
-->
其中一些控制器是运行在控制平面内部的,对Kubernates来说,他们提供核心控制操作。比如:部署控制器(deployment controller)、守护控制器(daemonset controller)、命名空间控制器(namespace controller)、持久化数据卷控制器(persistent volume
controller)(等)都是运行在{{< glossary_tooltip text="kube-controller-manager" term_id="kube-controller-manager" >}}中的。
其中一些控制器是运行在控制平面内部的,对 Kubernetes 来说,他们提供核心控制操作。
比如:部署控制器(deployment controller)、守护控制器(daemonset controller)、
命名空间控制器(namespace controller)、持久化数据卷控制器(persistent volume
controller)(等)都是运行在 {{< glossary_tooltip text="kube-controller-manager" term_id="kube-controller-manager" >}} 中的。