Skip to content

Commit b366986

Browse files
authored
Merge pull request #37232 from liangyongzhenya/sync/operatorzh
[zh] sync/docs/concepts/extend-kubernetes/operator.md
2 parents 3a8b7ad + 4c9953c commit b366986

File tree

1 file changed

+11
-6
lines changed
  • content/zh-cn/docs/concepts/extend-kubernetes

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ built-in automation from the core of Kubernetes. You can use Kubernetes
5252
to automate deploying and running workloads, *and* you can automate how
5353
Kubernetes does that.
5454
55-
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.
56-
Operators are clients of the Kubernetes API that act as controllers for
57-
a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
55+
Kubernetes' {{< glossary_tooltip text="operator pattern" term_id="operator-pattern" >}}
56+
concept lets you extend the cluster's behaviour without modifying the code of Kubernetes
57+
itself by linking {{< glossary_tooltip text="controllers" term_id="controller" >}} to
58+
one or more custom resources. Operators are clients of the Kubernetes API that act as
59+
controllers for a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
5860
-->
5961
## Kubernetes 上的 Operator {#operators-in-kubernetes}
6062

@@ -237,12 +239,15 @@ you implement yourself
237239
## {{% heading "whatsnext" %}}
238240

239241
<!--
240-
* Read the {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [Operator White Paper](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md).
242+
* Read the {{< glossary_tooltip text="CNCF" term_id="cncf" >}}
243+
[Operator White Paper](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md).
241244
* Learn more about [Custom Resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
242245
* Find ready-made operators on [OperatorHub.io](https://operatorhub.io/) to suit your use case
243246
* [Publish](https://operatorhub.io/) your operator for other people to use
244-
* Read [CoreOS' original article](https://web.archive.org/web/20170129131616/https://coreos.com/blog/introducing-operators.html) that introduced the operator pattern (this is an archived version of the original article).
245-
* Read an [article](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps) from Google Cloud about best practices for building operators
247+
* Read [CoreOS' original article](https://web.archive.org/web/20170129131616/https://coreos.com/blog/introducing-operators.html)
248+
that introduced the operator pattern (this is an archived version of the original article).
249+
* Read an [article](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps)
250+
from Google Cloud about best practices for building operators
246251
-->
247252

248253
* 阅读 {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [Operator 白皮书](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md)

0 commit comments

Comments
 (0)