From e7878a37ae492e14cfd40e36c158209b6abf6875 Mon Sep 17 00:00:00 2001 From: Kanshi Date: Fri, 8 Feb 2019 14:02:07 -0100 Subject: [PATCH] Correcting default HPA sync period (#12544) Horizontal Pod Autoscaler default sync period is 15 seconds https://github.com/kubernetes/kubernetes/blob/1b28775db1290a772967d192a19a8ec447053cd5/pkg/controller/apis/config/v1alpha1/defaults.go#L159 --- .../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 1859a19e99..2e3df51fd9 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -37,7 +37,7 @@ to match the observed average CPU utilization to the target specified by user. The Horizontal Pod Autoscaler is implemented as a control loop, with a period controlled by the controller manager's `--horizontal-pod-autoscaler-sync-period` flag (with a default -value of 30 seconds). +value of 15 seconds). During each period, the controller manager queries the resource utilization against the metrics specified in each HorizontalPodAutoscaler definition. The controller manager