-
Story
-
Resolution: Done
-
Major
-
None
-
21
Acceptance Criteria (https://issues.redhat.com/browse/RHDEVDOCS-2830)
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
- --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) - --concurrency-utilization int Percentage of concurrent requests utilization before scaling up. (default 70)
- Initial request also include these 2 options, but they've been previously implemented:
-
- --concurrency-limit int Hard Limit of concurrent requests to be processed by a single replica.
- --concurrency-target int Recommendation for when to scale up based on the concurrent number of incoming request. Defaults to --concurrency-limit when given.
- is related to
-
RHDEVDOCS-2830 [srvls] Document advanced scaling options for KSVC
- Closed
- relates to
-
SRVKS-552 [DOC] Describe configuration options of Knative Serving CR
- Closed
- links to
(15 links to)