Skip to content

Commit 7bae3cd

Browse files
authored
Merge pull request #72886 from brendan-daly-red-hat/OCPBUGS-30166
OCPBUGS-30166#correcting typos
2 parents b1cc61d + 265af33 commit 7bae3cd

4 files changed

+6
-6
lines changed

modules/nodes-pods-vertical-autoscaler-about.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The VPA Operator consists of three components, each of which has its own pod in
1313
Recommender::
1414
The VPA recommender monitors the current and past resource consumption and, based on this data, determines the optimal CPU and memory resources for the pods in the associated workload object.
1515

16-
Updater::
16+
Updater::
1717
The VPA updater checks if the pods in the associated workload object have the correct resources. If the resources are correct, the updater takes no action. If the resources are not correct, the updater kills the pod so that they can be recreated by their controllers with the updated requests.
1818

19-
Admission controller::
19+
Admission controller::
2020
The VPA admission controller sets the correct resource requests on each new pod in the associated workload object, whether the pod is new or was recreated by its controller due to the VPA updater actions.
2121

2222
You can use the default recommender or use your own alternative recommender to autoscale based on your own algorithms.
@@ -27,7 +27,7 @@ The VPA then automatically deletes any pods that are out of alignment with these
2727

2828
[NOTE]
2929
====
30-
By default, workload objects must specify a minimum of two replicas in order for the VPA to automatically delete their pods. Workload objects that specify fewer replicas than this minimum are not deleted. If you manually delete these pods, when the workload object redeploys the pods, the VPA does update the new pods with its recommendations. You can change this minimum by modifying the `VerticalPodAutoscalerController` object as shown shown in _Changing the VPA minimum value_.
30+
By default, workload objects must specify a minimum of two replicas in order for the VPA to automatically delete their pods. Workload objects that specify fewer replicas than this minimum are not deleted. If you manually delete these pods, when the workload object redeploys the pods, the VPA does update the new pods with its recommendations. You can change this minimum by modifying the `VerticalPodAutoscalerController` object as shown in _Changing the VPA minimum value_.
3131
====
3232

3333
For example, if you have a pod that uses 50% of the CPU but only requests 10%, the VPA determines that the pod is consuming more CPU than requested and deletes the pod. The workload object, such as replica set, restarts the pods and the VPA updates the new pod with its recommended resources.

modules/nodes-pods-vertical-autoscaler-custom.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subjects:
7070
name: alt-vpa-recommender-sa
7171
namespace: <namespace_name>
7272
----
73-
<1> Creates a service accocunt for the recommender in the namespace where the recommender is deployed.
73+
<1> Creates a service account for the recommender in the namespace where the recommender is deployed.
7474
<2> Binds the recommender service account to the `metrics-reader` role. Specify the namespace where the recommender is to be deployed.
7575
<3> Binds the recommender service account to the `vpa-actor` role. Specify the namespace where the recommender is to be deployed.
7676
<4> Binds the recommender service account to the `vpa-target-reader` role. Specify the namespace where the recommender is to be deployed.

modules/nodes-pods-vertical-autoscaler-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ is automatically created if it does not exist.
4343
$ oc get all -n openshift-vertical-pod-autoscaler
4444
----
4545
+
46-
The output shows four pods and four deplyoments:
46+
The output shows four pods and four deployments:
4747
+
4848
.Example output
4949
[source,terminal]

modules/nodes-pods-vertical-autoscaler-using-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ When the pods are created for the workload object, the VPA constantly monitors t
134134

135135
[NOTE]
136136
====
137-
By default, workload objects must specify a minimum of two replicas in order for the VPA to automatically delete their pods. Workload objects that specify fewer replicas than this minimum are not deleted. If you manually delete these pods, when the workload object redeploys the pods, the VPA does update the new pods with its recommendations. You can change this minimum by modifying the `VerticalPodAutoscalerController` object as shown shown in _Changing the VPA minimum value_.
137+
By default, workload objects must specify a minimum of two replicas in order for the VPA to automatically delete their pods. Workload objects that specify fewer replicas than this minimum are not deleted. If you manually delete these pods, when the workload object redeploys the pods, the VPA does update the new pods with its recommendations. You can change this minimum by modifying the `VerticalPodAutoscalerController` object as shown in _Changing the VPA minimum value_.
138138
====
139139

140140
.Example VPA CR for the `Auto` mode

0 commit comments

Comments
 (0)