You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically scale an Ingress Controller to dynamically meet routing performance or availability requirements such as the requirement to increase throughput. The following procedure provides an example for scaling up the default `IngressController`.
9
+
You can automatically scale an Ingress Controller to dynamically meet routing performance or availability requirements, such as the requirement to increase throughput.
10
+
11
+
The following procedure provides an example for scaling up the default Ingress Controller.
10
12
11
13
.Prerequisites
12
-
. You have the OpenShift CLI (`oc`) installed.
13
-
. You have access to an {product-title} cluster as a user with the `cluster-admin` role.
14
-
. You have the Custom Metrics Autoscaler Operator installed.
15
-
. You are in the `openshift-ingress-operator` project namespace.
14
+
15
+
* You have the {oc-first} installed.
16
+
* You have access to an {product-title} cluster as a user with the `cluster-admin` role.
17
+
* You installed the Custom Metrics Autoscaler Operator and an associated KEDA Controller.
18
+
** You can install the Operator by using OperatorHub on the web console. After you install the Operator, you can create an instance of `KedaController`.
16
19
17
20
.Procedure
18
21
19
22
. Create a service account to authenticate with Thanos by running the following command:
0 commit comments