Files
kubernetes/pkg/controller/podautoscaler
GuyTempleton 1efbde2815 Handle invalid metrics when scaling on multiple metrics
Handle a case in the Horizontal Pod Autoscaler Controller when scaling
on multiple metrics and one or more is missing or invalid.

If all metrics are missing - return an error and leave the isScalingActive
condition as that for the last invalid metric.

If some metrics are missing/invalid and some are valid and found -
if a scale up would be triggered by the valid metrics ignore the missing
metrics and scale up, if a scale down would be triggered, return an error
and leave the isScalingActive condition as that for the last invalid metric.
2019-05-29 23:20:40 +01:00
..
2019-03-02 12:55:26 +08:00
2019-04-19 08:36:31 -04:00
2019-03-02 12:55:26 +08:00
2016-07-16 13:48:21 -04:00
2018-12-04 11:01:40 +08:00