mirror of https://github.com/knative/docs.git
Updated link to autoscale default (#2334)
This commit is contained in:
parent
d7ff017ec1
commit
d53670a17f
|
@ -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`)
|
||||||
|
|
Loading…
Reference in New Issue