From a84f08a49a45f963aa9a5c9afd780cb3e1f2f2d9 Mon Sep 17 00:00:00 2001 From: Alfonso Palacios Date: Tue, 17 Jul 2018 16:32:37 +0200 Subject: [PATCH] Update horizontal-pod-autoscale.md Small typo. Missing "from" for sentence to make sense. --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index 9bbb1c169f989..a2ae359d17218 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -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.