Skip to content

Commit

Permalink
Tweak Horizontal Pod Autoscaler documentation (#10596)
Browse files Browse the repository at this point in the history
* Use consistent terms

* Fix typo
  • Loading branch information
nownabe authored and k8s-ci-robot committed Oct 12, 2018
1 parent 9936ea6 commit 753f57f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ the magnitude of any potential scale.

Furthermore, if any not-yet-ready pods were present, and we would have
scaled up without factoring in missing metrics or not-yet-ready pods, we
conservatively assume the non-yet-ready pods are consuming 0% of the
conservatively assume the not-yet-ready pods are consuming 0% of the
desired metric, further dampening the magnitude of a scale up.

After factoring in the not-yet-ready pods and missing metrics, we
Expand All @@ -163,7 +163,7 @@ from the metrics APIs), scaling is skipped.
Finally, just before HPA scales the target, the scale reccomendation is recorded. 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.
This means that scaledowns will occur gradually, smothing out the impact of rapidly
This means that scaledowns will occur gradually, smoothing out the impact of rapidly
fluctuating metric values.

## API Object
Expand Down

0 comments on commit 753f57f

Please sign in to comment.