Skip to content

Commit d8252bb

Browse files
authored
Clarify horizontal pod autoscaler docs on scaling behavior
Stresses that behavior controls define limits to scaling (what at most can happen) and not the size of scaling actions verbatim. This is currently repeatedly being misunderstood by users.
1 parent c44bdb2 commit d8252bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ for scaling down which allows a 100% of the currently running replicas to be rem
470470
means the scaling target can be scaled down to the minimum allowed replicas.
471471
For scaling up there is no stabilization window. When the metrics indicate that the target should be
472472
scaled up the target is scaled up immediately. There are 2 policies where 4 pods or a 100% of the currently
473-
running replicas will be added every 15 seconds till the HPA reaches its steady state.
473+
running replicas may at most be added every 15 seconds till the HPA reaches its steady state.
474474

475475
### Example: change downscale stabilization window
476476

0 commit comments

Comments
 (0)