Merge pull request #39772 from pbetkier/patch-1
Clarify horizontal pod autoscaler docs on scaling behaviorpull/41907/head
commit
1f05da1718
|
@ -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.
|
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
|
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
|
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
|
### Example: change downscale stabilization window
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue