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
Copy file name to clipboardExpand all lines: modules/nw-autoscaling-ingress-controller.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The following procedure provides an example for scaling up the default Ingress C
14
14
15
15
* You have the {oc-first} installed.
16
16
* You have access to an {product-title} cluster as a user with the `cluster-admin` role.
17
+
* {vmw-first} or bare-metal infrastructure only: You configured a user-managed load balancer for your cluster.
17
18
* You installed the Custom Metrics Autoscaler Operator and an associated KEDA Controller.
18
19
** You can install the Operator by using the software catalog on the web console. After you install the Operator, you can create an instance of `KedaController`.
* Verify that the default Ingress Controller is scaled out to match the value returned by the `kube-state-metrics` query by running the following commands:
195
197
196
198
** Use the `grep` command to search the Ingress Controller YAML file for the number of replicas:
Manually scale an Ingress Controller to meeting routing performance or
10
-
availability requirements such as the requirement to increase throughput. `oc`
11
-
commands are used to scale the `IngressController` resource. The following
9
+
Manually scale an Ingress Controller to meeting routing performance or availability requirements such as the requirement to increase throughput. `oc` commands are used to scale the `IngressController` resource. The following
12
10
procedure provides an example for scaling up the default `IngressController`.
13
11
14
12
[NOTE]
15
13
====
16
14
Scaling is not an immediate action, as it takes time to create the desired number of replicas.
17
15
====
18
16
17
+
.Prerequisites
18
+
19
+
* {vmw-first} or bare-metal infrastructure only: You configured a user-managed load balancer for your cluster.
20
+
19
21
.Procedure
22
+
20
23
. View the current number of available replicas for the default `IngressController`:
0 commit comments