Skip to content

Commit e3cfa0d

Browse files
authored
Merge pull request #38963 from windsonsea/operay
[zh] sync /concepts/extend-kubernetes/operator.md
2 parents 7455f53 + 5f7f08a commit e3cfa0d

File tree

1 file changed

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

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ controllers for a [Custom Resource](/docs/concepts/extend-kubernetes/api-extensi
6161
## Kubernetes 上的 Operator {#operators-in-kubernetes}
6262

6363
Kubernetes 为自动化而生。无需任何修改,你即可以从 Kubernetes 核心中获得许多内置的自动化功能。
64-
你可以使用 Kubernetes 自动化部署和运行工作负载, **甚至** 可以自动化 Kubernetes 自身。
64+
你可以使用 Kubernetes 自动化部署和运行工作负载,**甚至** 可以自动化 Kubernetes 自身。
6565

6666
Kubernetes 的 {{< glossary_tooltip text="Operator 模式" term_id="operator-pattern" >}}概念允许你在不修改
6767
Kubernetes 自身代码的情况下,
@@ -90,8 +90,8 @@ Some of the things that you can use an operator to automate include:
9090

9191
* 按需部署应用
9292
* 获取/还原应用状态的备份
93-
* 处理应用代码的升级以及相关改动。例如,数据库 schema 或额外的配置设置
94-
* 发布一个 service,要求不支持 Kubernetes API 的应用也能发现它
93+
* 处理应用代码的升级以及相关改动。例如数据库 Schema 或额外的配置设置
94+
* 发布一个 Service,要求不支持 Kubernetes API 的应用也能发现它
9595
* 模拟整个或部分集群中的故障以测试其稳定性
9696
* 在没有内部成员选举程序的情况下,为分布式应用选择首领角色
9797

@@ -219,8 +219,9 @@ operator.
219219
* [kubebuilder](https://book.kubebuilder.io/)
220220
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET operator SDK)
221221
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
222-
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
223-
you implement yourself
222+
* [Mast](https://docs.ansi.services/mast/user_guide/operator/)
223+
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
224+
you implement yourself
224225
* [Operator Framework](https://operatorframework.io)
225226
* [shell-operator](https://github.com/flant/shell-operator)
226227
-->
@@ -232,7 +233,8 @@ you implement yourself
232233
* [kubebuilder](https://book.kubebuilder.io/)
233234
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET operator SDK)
234235
* [KUDO](https://kudo.dev/)(Kubernetes 通用声明式 Operator)
235-
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html),可与 Webhooks 结合使用,以实现自己的功能。
236+
* [Mast](https://docs.ansi.services/mast/user_guide/operator/)
237+
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html),可与 Webhook 结合使用,以实现自己的功能。
236238
* [Operator Framework](https://operatorframework.io)
237239
* [shell-operator](https://github.com/flant/shell-operator)
238240

0 commit comments

Comments
 (0)