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
Ability to specify auto-scaling configuration. kubeless CLI allows setting it up using metrics as shown below:
$ kubeless autoscale create --help
automatically scale functionbased on monitored metrics
Usage:
kubeless autoscale create <name> FLAG [flags]
Flags:
-h, --help helpfor create
--max int32 maximum number of replicas (default 1)
--metric string metric to use for calculating the autoscale. Supported
metrics: cpu, qps (default "cpu")
--min int32 minimum number of replicas (default 1)
-n, --namespace string Specify namespace for the autoscale
--value string value of the average of the metric across all replicas.
If metric is cpu, value is a number represented as percentage. If metric
is qps, value must be in format of Quantity
Ability to specify auto-scaling configuration.
kubeless
CLI allows setting it up using metrics as shown below:Reference: kubeless.io autoscaling
It would be great to specify that configuration in serverless yml configuration.
The text was updated successfully, but these errors were encountered: