Files
kubernetes/pkg/controller/podautoscaler
Beata Skiba e5f8bfa023 Do not count failed pods as unready in HPA controller
Currently, when performing a scale up, any failed pods (which can be present for example in case of evictions performed by kubelet) will be treated as unready. Unready pods are treated as if they had 0% utilization which will slow down or even block scale up.

After this change, failed pods are ignored in all calculations. This way they do not influence neither scale up nor scale down replica calculations.
2018-03-01 16:21:02 +01:00
..
2018-02-27 14:10:29 +01:00
2018-02-27 14:10:29 +01:00
2016-07-16 13:48:21 -04:00
2017-07-18 13:23:43 +02:00