Updated link to autoscale default (#2334)

This commit is contained in:
Mike Petersen 2020-04-10 10:52:06 -07:00 committed by GitHub
parent d7ff017ec1
commit d53670a17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ A demonstration of the autoscaling capabilities of a Knative Serving Revision.
Knative Serving autoscaling is based on the average number of in-flight requests Knative Serving autoscaling is based on the average number of in-flight requests
per pod (concurrency). The system has a default per pod (concurrency). The system has a default
[target concurrency of 100](https://github.com/knative/serving/blob/3f00c39e289ed4bfb84019131651c2e4ea660ab5/config/config-autoscaler.yaml#L35-L41) [target concurrency of 100](https://github.com/knative/serving/blob/master/config/core/configmaps/autoscaler.yaml#L54-L60)
but [we used 10](service.yaml#L25-L26) for our service. We loaded the service but [we used 10](service.yaml#L25-L26) for our service. We loaded the service
with 50 concurrent requests so the autoscaler created 5 pods with 50 concurrent requests so the autoscaler created 5 pods
(`50 concurrent requests / target of 10 = 5 pods`) (`50 concurrent requests / target of 10 = 5 pods`)