We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b315b6 + d8252bb commit 1f05da1Copy full SHA for 1f05da1
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
@@ -470,7 +470,7 @@ for scaling down which allows a 100% of the currently running replicas to be rem
470
means the scaling target can be scaled down to the minimum allowed replicas.
471
For scaling up there is no stabilization window. When the metrics indicate that the target should be
472
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.
+running replicas may at most be added every 15 seconds till the HPA reaches its steady state.
474
475
### Example: change downscale stabilization window
476
0 commit comments