Add info on relation between KPA mode and window (#5269)

* add info on relation between KPA mode and window

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* Update docs/serving/autoscaling/kpa-specific.md

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
This commit is contained in:
Paul Schweigert 2022-10-11 12:26:50 -04:00 committed by GitHub
parent b8a1b1d941
commit 4048921b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The KPA acts on [metrics](autoscaling-metrics.md) (`concurrency` or `rps`) aggre
These windows define the amount of historical data that the Autoscaler takes into account, and are used to smooth the data over the specified amount of time.
The shorter these windows are, the more quickly the Autoscaler will react.
The KPA's implementation has two modes: **stable** and **panic**.
The KPA's implementation has two modes: **stable** and **panic**. There are separate aggregate windows for each mode: `stable-window` and `panic-window`, respectively.
Stable mode is used for general operation, while panic mode by default has a much shorter window, and will be used to quickly scale a revision up if a burst of traffic arrives.