Files
kubernetes/pkg
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-05-16 15:32:59 -07:00
2019-05-24 03:39:01 +08:00
2018-10-05 12:59:38 -07:00
2019-05-17 09:54:14 -07:00
2019-05-17 10:48:43 -04:00
2018-11-11 22:07:29 -08:00
2018-09-13 20:27:32 -07:00
2019-04-15 09:45:04 +02:00