1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Automatically create KedaController during CMA Operator installation process

This commit is contained in:
Michael Burke
2025-07-18 15:37:13 -04:00
committed by openshift-cherrypick-robot
parent ee03fb89f2
commit a863742967
4 changed files with 68 additions and 99 deletions

View File

@@ -17,6 +17,13 @@ The installation creates the following five CRDs:
* `ScaledObject`
* `TriggerAuthentication`
The installation process also creates the `KedaController` custom resource (CR). You can modify the default `KedaController` CR, if needed. For more information, see "Editing the Keda Controller CR".
[NOTE]
====
If you are installing a Custom Metrics Autoscaler Operator version lower than 2.17.2, you must manually create the Keda Controller CR. You can use the procedure described in "Editing the Keda Controller CR" to create the CR.
====
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
include::modules/nodes-cma-autoscaling-custom-install.adoc[leveloffset=+1]
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
@@ -24,3 +31,5 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
include::modules/sd-nodes-cma-autoscaling-custom-install.adoc[leveloffset=+1]
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
include::modules/nodes-cma-autoscaling-keda-controller-edit.adoc[leveloffset=+1]