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
This commit is contained in:
Kanshi
2019-02-08 14:02:07 -01:00
committed by Kubernetes Prow Robot
parent b3bfb4d6d0
commit e7878a37ae
@@ -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 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 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 During each period, the controller manager queries the resource utilization against the
metrics specified in each HorizontalPodAutoscaler definition. The controller manager metrics specified in each HorizontalPodAutoscaler definition. The controller manager