File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ content_type: concept
4
4
weight : 30
5
5
---
6
6
7
+ <!--
8
+ title: Controllers
9
+ content_type: concept
10
+ weight: 30
11
+ -->
12
+
7
13
<!-- overview -->
8
14
<!--
9
15
In robotics and automation, a _control loop_ is
@@ -127,7 +133,7 @@ indicate that your room is now at the temperature you set).
127
133
<!--
128
134
### Direct control
129
135
130
- By contrast with Job, some controllers need to make changes to
136
+ In contrast with Job, some controllers need to make changes to
131
137
things outside of your cluster.
132
138
133
139
For example, if you use a control loop to make sure there
@@ -158,11 +164,11 @@ that horizontally scales the nodes in your cluster.)
158
164
可以水平地扩展集群中的节点。)
159
165
160
166
<!--
161
- The important point here is that the controller makes some change to bring about
162
- your desired state, and then reports current state back to your cluster's API server.
167
+ The important point here is that the controller makes some changes to bring about
168
+ your desired state, and then reports the current state back to your cluster's API server.
163
169
Other control loops can observe that reported data and take their own actions.
164
170
-->
165
- 这里,很重要的一点是 ,控制器做出了一些变更以使得事物更接近你的期望状态,
171
+ 这里的重点是 ,控制器做出了一些变更以使得事物更接近你的期望状态,
166
172
之后将当前状态报告给集群的 API 服务器。
167
173
其他控制回路可以观测到所汇报的数据的这种变化并采取其各自的行动。
168
174
You can’t perform that action at this time.
0 commit comments