Merge pull request #39772 from pbetkier/patch-1

Clarify horizontal pod autoscaler docs on scaling behavior
pull/41907/head
Kubernetes Prow Robot 2023-06-28 23:58:45 -07:00 committed by GitHub
commit 1f05da1718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ for scaling down which allows a 100% of the currently running replicas to be rem
means the scaling target can be scaled down to the minimum allowed replicas.
For scaling up there is no stabilization window. When the metrics indicate that the target should be
scaled up the target is scaled up immediately. There are 2 policies where 4 pods or a 100% of the currently
running replicas will be added every 15 seconds till the HPA reaches its steady state.
running replicas may at most be added every 15 seconds till the HPA reaches its steady state.
### Example: change downscale stabilization window