-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
Overview
As a developer, I should have parity with advanced scaling options whether i'm creating a KSVC via the CLI or in the Console.
Acceptance Criteria
- As a dev when creating a KSVC ( either in From Git, Deploy Image or any upcoming flows), the Adv Options should provide a way to set autoscaling options
(1) --autoscale-window string Duration to look back for making auto-scaling decisions. The service is scaled to zero if no request
was received in during that time. (eg: 10s)
(2) --concurrency-utilization int Percentage of concurrent requests utilization before scaling up. (default 70)
- As a dev when specifying adv options, if the field is not present in the ui, I should be able to specify the annotations for autoscaler in a text field in the "correct format". UI will not be able to do validation on this, only display API error messages