Skip to content

Commit

Permalink
Patch #4118 for typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chenopis authored and Jessica Yao committed Sep 22, 2017
1 parent efdc627 commit eba7bb1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ the only other supported resource metric is memory. These resources do not chan
to cluster, and should always be available, as long as Heapster is deployed.

You can also specify resource metrics in terms of direct values, instead of as percentages of the
requested value. To do so, use the `targetAverageValue` field insted of the `targetAverageUtilization`
requested value. To do so, use the `targetAverageValue` field instead of the `targetAverageUtilization`
field.

There are two other types of metrics, both of which are considered *custom metrics*: pod metrics and
Expand Down Expand Up @@ -296,7 +296,7 @@ Conditions:
Type Status Reason Message
---- ------ ------ -------
AbleToScale True ReadyForNewScale the last scale time was sufficiently old as to warrant a new scale
ScalingActive True ValidMetricFound the HPA was able to succesfully calculate a replica count from pods metric http_requests
ScalingActive True ValidMetricFound the HPA was able to successfully calculate a replica count from pods metric http_requests
ScalingLimited False DesiredWithinRange the desired replica count is within the acceptible range
Events:
```
Expand All @@ -307,8 +307,8 @@ whether or not any backoff-related conditions would prevent scaling. The second
indicates whether or not the HPA is enabled (i.e. the replica count of the target is not zero) and
is able to calculate desired scales. When it is `False`, it generally indicates problems with
fetching metrics. Finally, the last condition, `ScalingLimitted`, indicates that the desired scale
was capped by the maximum or minimum of the HorizontalPodAutoscaler. This is an indicatation that
you may wish to raise or lower the mimimum or maximum replica count constrains on your
was capped by the maximum or minimum of the HorizontalPodAutoscaler. This is an indication that
you may wish to raise or lower the minimum or maximum replica count constraints on your
HorizontalPodAutoscaler.

## Appendix: Other possible scenarios
Expand Down

0 comments on commit eba7bb1

Please sign in to comment.