Fix "control loop" translation to Chinese

“control loop ” in this context should be translated as "控制回路" rather than "控制环"
This commit is contained in:
陈逢锦/FengjinChen
2020-05-26 13:54:37 +08:00
committed by GitHub
parent 6bc3c03da5
commit dc2a80d23a
@@ -22,7 +22,7 @@ Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-con
-->
Operator 是 Kubernetes 的扩展软件,它利用[自定义资源](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)管理应用及其组件。
Operator 遵循 Kubernetes 的理念,特别是在[控制](/docs/concepts/#kubernetes-control-plane)方面。
Operator 遵循 Kubernetes 的理念,特别是在[控制回路](/docs/concepts/#kubernetes-control-plane)方面。
{{% /capture %}}