Skip to content

Commit a86d422

Browse files
authored
Merge pull request #71778 from mburke5678/ocpbugs-28861-remove-cma-validation
OCPBUGS28861 Remove CMA log validation statements
2 parents 0dab387 + dfcfc09 commit a86d422

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

nodes/cma/nodes-cma-autoscaling-custom-about.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,3 @@ The activation value has more priority than the scaling value in case of differe
2828
You can create only one scaled object or scaled job for each workload that you want to scale. Also, you cannot use a scaled object or scaled job and the horizontal pod autoscaler (HPA) on the same workload. If you want to scale based on a custom trigger and CPU/Memory, you can create multiple triggers in the scaled object or scaled job.
2929
====
3030
////
31-
32-
You can verify that the autoscaling has taken place by reviewing the number of pods in your custom resource or by reviewing the Custom Metrics Autoscaler Operator logs for messages similar to the following:
33-
34-
[source,terminal]
35-
----
36-
Successfully set ScaleTarget replica count
37-
----
38-
39-
[source,terminal]
40-
----
41-
Successfully updated ScaleTarget
42-
----
43-
44-
You can temporarily pause the autoscaling of a workload object, if needed. For example, you could pause autoscaling before performing cluster maintenance.

nodes/cma/nodes-cma-autoscaling-custom.adoc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@ You can create only one scaled object or scaled job for each workload that you w
3636
====
3737
////
3838

39-
You can verify that the autoscaling has taken place by reviewing the number of pods in your custom resource or by reviewing the Custom Metrics Autoscaler Operator logs for messages similar to the following:
40-
41-
[source,terminal]
42-
----
43-
Successfully set ScaleTarget replica count
44-
----
45-
46-
[source,terminal]
47-
----
48-
Successfully updated ScaleTarget
49-
----
50-
51-
You can temporarily pause the autoscaling of a workload object, if needed. For example, you could pause autoscaling before performing cluster maintenance.
52-
5339
.Custom metrics autoscaler workflow
5440
image::564_OpenShift_Custom_Metrics_Autoscaler_0224.png[Custom metrics autoscaler workflow]
5541

@@ -66,4 +52,3 @@ image::564_OpenShift_Custom_Metrics_Autoscaler_0224.png[Custom metrics autoscale
6652
6. As a it operates, a workload can affect the scaling metrics. For example, if a workload is scaled up to handle work in a Kafka queue, the queue size decreases after the workload processes all the work. As a result, the workload is scaled down.
6753
6854
7. If the metrics are in a range specified by the `minReplicaCount` value, the custom metrics autoscaler controller disables all scaling, and leaves the replica count at a fixed level. If the metrics exceed that range, the custom metrics autoscaler controller enables scaling and allows the HPA to scale the workload. While scaling is disabled, the HPA does not take any action.
69-

0 commit comments

Comments
 (0)