Skip to content

Commit

Permalink
Update horizontal-pod-autoscale.md
Browse files Browse the repository at this point in the history
Small typo. Missing "from" for sentence to make sense.
  • Loading branch information
apsureda authored Jul 17, 2018
1 parent 08d06e0 commit a84f08a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ or the custom metrics API (for all other metrics).
* For object metrics, a single metric is fetched (which describes the object
in question), and compared to the target value, to produce a ratio as above.

The HorizontalPodAutoscaler normally fetches metrics a series of aggregated APIs (`metrics.k8s.io`,\
The HorizontalPodAutoscaler normally fetches metrics from a series of aggregated APIs (`metrics.k8s.io`,\
`custom.metrics.k8s.io`, and `external.metrics.k8s.io`). It can also fetch metrics directly
from Heapster. Fetching metrics from Heapster is deprecated as of Kubernetes 1.11.

Expand Down

0 comments on commit a84f08a

Please sign in to comment.