Version: v1.2
AutoScaler
Note:
autoscaler
trait is hidden by default inVelaUX
, you can use it in CLI.
#
How to use#
SpecificationNAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
---|---|---|---|---|
min | Specify the minimal number of replicas to which the autoscaler can scale down | int | true | 1 |
max | Specify the maximum number of of replicas to which the autoscaler can scale up | int | true | 10 |
cpuUtil | Specify the average cpu utilization, for example, 50 means the CPU usage is 50% | int | true | 50 |