File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ indicate that your room is now at the temperature you set).
80
80
81
81
### Direct control
82
82
83
- By contrast with Job, some controllers need to make changes to
83
+ In contrast with Job, some controllers need to make changes to
84
84
things outside of your cluster.
85
85
86
86
For example, if you use a control loop to make sure there
@@ -95,8 +95,8 @@ the current state closer in line.
95
95
(There actually is a [ controller] ( https://github.com/kubernetes/autoscaler/ )
96
96
that horizontally scales the nodes in your cluster.)
97
97
98
- The important point here is that the controller makes some change to bring about
99
- your desired state, and then reports current state back to your cluster's API server.
98
+ The important point here is that the controller makes some changes to bring about
99
+ your desired state, and then reports the current state back to your cluster's API server.
100
100
Other control loops can observe that reported data and take their own actions.
101
101
102
102
In the thermostat example, if the room is very cold then a different controller
You can’t perform that action at this time.
0 commit comments