Updated horizontal-pod-autoscale.md file with newer command names. (#13519)

HPA command names updated to --horizontal-pod-autoscaler-downscale-stabilization in the document.
This commit is contained in:
Subrata Paul
2019-04-10 07:32:12 +05:30
committed by Kubernetes Prow Robot
parent ffa2996402
commit bd8721baad
@@ -161,7 +161,7 @@ from the metrics APIs), scaling is skipped.
Finally, just before HPA scales the target, the scale recommendation is recorded. The Finally, just before HPA scales the target, the scale recommendation is recorded. The
controller considers all recommendations within a configurable window choosing the controller considers all recommendations within a configurable window choosing the
highest recommendation from within that window. This value can be configured using the `--horizontal-pod-autoscaler-downscale-stabilization-window` flag, which defaults to 5 minutes. highest recommendation from within that window. This value can be configured using the `--horizontal-pod-autoscaler-downscale-stabilization` flag, which defaults to 5 minutes.
This means that scaledowns will occur gradually, smoothing out the impact of rapidly This means that scaledowns will occur gradually, smoothing out the impact of rapidly
fluctuating metric values. fluctuating metric values.
@@ -216,7 +216,7 @@ the global HPA settings exposed as flags for the `kube-controller-manager` compo
Starting from v1.12, a new algorithmic update removes the need for the Starting from v1.12, a new algorithmic update removes the need for the
upscale delay. upscale delay.
- `--horizontal-pod-autoscaler-downscale-delay`: The value for this option is a - `--horizontal-pod-autoscaler-downscale-stabilization`: The value for this option is a
duration that specifies how long the autoscaler has to wait before another duration that specifies how long the autoscaler has to wait before another
downscale operation can be performed after the current one has completed. downscale operation can be performed after the current one has completed.
The default value is 5 minutes (`5m0s`). The default value is 5 minutes (`5m0s`).