Skip to content

Commit 1f05da1

Browse files
authored
Merge pull request #39772 from pbetkier/patch-1
Clarify horizontal pod autoscaler docs on scaling behavior
2 parents 5b315b6 + d8252bb commit 1f05da1

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)