Document current behaviour of scaling down with activation scale (#5619)

Related Issue: https://github.com/knative/serving/issues/14017
This commit is contained in:
Vikram Yadav 2023-07-07 16:54:35 -04:00 committed by GitHub
parent 7197845a95
commit 21ce19255f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ When the Revision is created, the larger of initial scale and lower bound is aut
## Scale Up Minimum ## Scale Up Minimum
This value controls the minimum number of replicas that will be created when the Revision scales up from zero. This value controls the minimum number of replicas that will be created when the Revision scales up from zero.
After the Revision has reached this scale one time, this value is ignored. This means that the Revision will scale down after the activation scale is reached if the actual traffic received needs a smaller scale.
When the Revision is created, the larger of activation scale and lower bound is automatically chosen as the initial target scale.
* **Global key:** n/a * **Global key:** n/a
* **Per-revision annotation key:** `autoscaling.knative.dev/activation-scale` * **Per-revision annotation key:** `autoscaling.knative.dev/activation-scale`