Skip to content

Commit

Permalink
Document current behaviour of scaling down with activation scale (#5619)
Browse files Browse the repository at this point in the history
Related Issue: knative/serving#14017
  • Loading branch information
Vikram Yadav authored Jul 7, 2023
1 parent 7197845 commit 21ce192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/serving/autoscaling/scale-bounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ When the Revision is created, the larger of initial scale and lower bound is aut
## Scale Up Minimum

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
* **Per-revision annotation key:** `autoscaling.knative.dev/activation-scale`
Expand Down

0 comments on commit 21ce192

Please sign in to comment.