Templates autoscaling create
Usage #
aioli templates autoscaling create [-h] [--description DESCRIPTION]
--autoscaling-min-replicas
AUTOSCALING_MIN_REPLICAS
--autoscaling-max-replicas
AUTOSCALING_MAX_REPLICAS
--autoscaling-metric
AUTOSCALING_METRIC
--autoscaling-target
AUTOSCALING_TARGET
name
Full Example #
aioli templates autoscaling create NAME --description VALUE --autoscaling-min-replicas VALUE --autoscaling-max-replicas VALUE --autoscaling-metric VALUE --autoscaling-target VALUE
Options: #
The name of the autoscaling template. Must begin with a letter, but may contain letters, numbers, underscore, and hyphen.
–description #
Description of the autoscaling template.
–autoscaling-min-replicas #
Minimum number of replicas.
–autoscaling-max-replicas #
Maximum number of replicas.
–autoscaling-metric #
Metric name which controls autoscaling. Possible values include concurrency, rps, cpu, or memory.
–autoscaling-target #
Metric target value.