From 0bcf4488f0f5e5ae1a4f19352a7476692d9db84f Mon Sep 17 00:00:00 2001 From: Marcelo Costa Date: Fri, 14 Apr 2017 16:27:54 -0400 Subject: [PATCH] Fixing typo --- docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index 8deb139c55..5d18a1e6d6 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -27,7 +27,7 @@ The Horizontal Pod Autoscaler is implemented as a control loop, with a period co by the controller manager's `--horizontal-pod-autoscaler-sync-period` flag (with a default value of 30 seconds). -During each period, the controller manager queries the resource utiliuzation against the +During each period, the controller manager queries the resource utilization against the metrics specified in each HorizontalPodAutoscaler definition. The controller manager obtains the metrics from either the resource metrics API (for per-pod resource metrics), or the custom metrics API (for all other metrics).