Skip to content

Commit d281674

Browse files
committed
[zh] synchronize translate operator.md
1 parent 77ca45a commit d281674

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/zh/docs/concepts/extend-kubernetes/operator.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ built-in automation from the core of Kubernetes. You can use Kubernetes
5454
to automate deploying and running workloads, *and* you can automate how
5555
Kubernetes does that.
5656
57-
Kubernetes' {{< glossary_tooltip text="controllers" term_id="controller" >}}
58-
concept lets you extend the cluster's behaviour without modifying the code
59-
of Kubernetes itself.
57+
Kubernetes' {{< glossary_tooltip text="operator pattern" term_id="operator-pattern" >}} concept lets you extend the cluster's behaviour without modifying the code of Kubernetes itself by linking {{< glossary_tooltip text="controllers" term_id="controller" >}} to one or more custom resources.
6058
Operators are clients of the Kubernetes API that act as controllers for
6159
a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
6260
-->
@@ -65,10 +63,11 @@ a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resour
6563
Kubernetes 为自动化而生。无需任何修改,你即可以从 Kubernetes 核心中获得许多内置的自动化功能。
6664
你可以使用 Kubernetes 自动化部署和运行工作负载, *甚至* 可以自动化 Kubernetes 自身。
6765

68-
Kubernetes 的 {{< glossary_tooltip text="Operator 模式" term_id="operator-pattern" >}}概念
69-
使你无需修改 Kubernetes 自身的代码,通过把定制控制器关联到一个以上的定制资源上,即可以扩展集群的行为。
66+
Kubernetes 的 {{< glossary_tooltip text="Operator 模式" term_id="operator-pattern" >}}概念允许你在不修改
67+
Kubernetes 自身代码的情况下,通过为一个或多个自定义资源关联{{< glossary_tooltip text="控制器" term_id="controller" >}}
68+
来扩展集群的能力。
7069
Operator 是 Kubernetes API 的客户端,充当
71-
[定制资源](/zh/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
70+
[自定义资源](/zh/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
7271
的控制器。
7372

7473
<!--

0 commit comments

Comments
 (0)