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

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
This commit is contained in:
Juampy NR
2020-05-29 11:24:28 +02:00
committed by GitHub
parent 6e3a40df97
commit 80de6ca63d
@@ -376,7 +376,7 @@ For scaling down the stabilization window is _300_ seconds(or the value of the
for scaling down which allows a 100% of the currently running replicas to be removed which
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 which are 4 pods or a 100% of the currently
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.
### Example: change downscale stabilization window