Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-573

[DOC] Update and improve Serverless autoscaling docs on OCP

XMLWordPrintable

    • 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

      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)
      3. 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.

              abrennan@redhat.com Ashleigh Brennan (Inactive)
              abrennan@redhat.com Ashleigh Brennan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: