Files
kubernetes/pkg/controller
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-04-25 12:19:29 +02:00
2019-05-16 10:52:48 +08:00
2019-05-07 13:17:52 -07:00
2019-04-08 17:51:08 -07:00