Skip to content

Commit

Permalink
Update doc/kubernetes/modules/ROOT/pages/prerequisite/prerequisite-ro…
Browse files Browse the repository at this point in the history
…sa.adoc

Co-authored-by: Pedro Ruivo <[email protected]>
Signed-off-by: Kamesh Akella <[email protected]>
  • Loading branch information
kami619 and pruivo authored Oct 8, 2024
1 parent 2a5a4ed commit 97ef60b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The above installation script creates an admin user automatically but in case th
== Scaling the cluster's nodes on demand

The standard setup of nodes might be too small for running a load test, at the same time using a different instance type and rebuilding the cluster takes a lot of time (about 45 minutes).
To scale the cluster on demand, the standard setup has a machine pool named `scaling` with instances of type `m5.2xlarge` which is auto-scaled based on the current demand from 0 to 10 instances.
To scale the cluster on demand, the standard setup has a machine pool named `scaling` with instances of type `m5.2xlarge` which is auto-scaled based on the current demand from 4 to 15 instances.
However, auto-scaling of worker nodes is quite time-consuming as nodes are scaled one by one.

To scale the machine pool faster, issue a command like the following, and the additional nodes will be spawned at the same time:
Expand Down

0 comments on commit 97ef60b

Please sign in to comment.