From 7e26e71edfab77c032eb69311be35001a7eec85c Mon Sep 17 00:00:00 2001 From: Marius Kimmina <38843153+mariuskimmina@users.noreply.github.com> Date: Mon, 24 Oct 2022 04:24:25 +0200 Subject: [PATCH] Update controller.md - grammar adjustment (#37259) * Update controller.md Adjust grammar in controller.md * aditional small fixes --- content/en/docs/concepts/architecture/controller.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/architecture/controller.md b/content/en/docs/concepts/architecture/controller.md index 9912c53bf86..840fe4287b7 100644 --- a/content/en/docs/concepts/architecture/controller.md +++ b/content/en/docs/concepts/architecture/controller.md @@ -80,7 +80,7 @@ indicate that your room is now at the temperature you set). ### Direct control -By contrast with Job, some controllers need to make changes to +In contrast with Job, some controllers need to make changes to things outside of your cluster. For example, if you use a control loop to make sure there @@ -95,8 +95,8 @@ the current state closer in line. (There actually is a [controller](https://github.com/kubernetes/autoscaler/) that horizontally scales the nodes in your cluster.) -The important point here is that the controller makes some change to bring about -your desired state, and then reports current state back to your cluster's API server. +The important point here is that the controller makes some changes to bring about +your desired state, and then reports the current state back to your cluster's API server. Other control loops can observe that reported data and take their own actions. In the thermostat example, if the room is very cold then a different controller