Skip to content

Commit 7e26e71

Browse files
Update controller.md - grammar adjustment (#37259)
* Update controller.md Adjust grammar in controller.md * aditional small fixes
1 parent 78959d1 commit 7e26e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/architecture/controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ indicate that your room is now at the temperature you set).
8080

8181
### Direct control
8282

83-
By contrast with Job, some controllers need to make changes to
83+
In contrast with Job, some controllers need to make changes to
8484
things outside of your cluster.
8585

8686
For example, if you use a control loop to make sure there
@@ -95,8 +95,8 @@ the current state closer in line.
9595
(There actually is a [controller](https://github.com/kubernetes/autoscaler/)
9696
that horizontally scales the nodes in your cluster.)
9797

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.
100100
Other control loops can observe that reported data and take their own actions.
101101

102102
In the thermostat example, if the room is very cold then a different controller

0 commit comments

Comments
 (0)