From 40972e0c6afa5876b697a787be5442647adf62d5 Mon Sep 17 00:00:00 2001 From: stephan lindauer Date: Thu, 4 Oct 2018 02:15:49 +0200 Subject: [PATCH] Fix "compared compared" (#10456) --- .../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 c5b13d9bfd..8e6d0db00a 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -64,7 +64,7 @@ or the custom metrics API (for all other metrics). except that it works with raw values, not utilization values. * For object metrics and external metrics, a single metric is fetched, which describes - the object in question. This metric is compared compared to the target + the object in question. This metric is compared to the target value, to produce a ratio as above. In the `autoscaling/v2beta2` API version, this value can optionally be divided by the number of pods before the comparison is made.