kubernetes/pkg/controller/podautoscaler
Joachim Bartosik 7d6676eab1 Improve HPA sample sanitization
After my previous changes HPA wasn't behaving correctly in the following
situation:

- Pods use a lot of CPU during initilization, become ready right after they initialize,
- Scale up triggers,
- When new pods become ready HPA counts their usage (even though it's not related to any work that needs doing),
- Another scale up, even though existing pods can handle work, no problem.
2018-08-21 16:22:06 +02:00
..
metrics Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
BUILD Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal_test.go Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00
horizontal.go make the log more readable 2018-08-07 10:00:31 +08:00
legacy_horizontal_test.go Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00
legacy_replica_calculator_test.go Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00
OWNERS Add approvers to owners file for hpa 2017-07-18 13:23:43 +02:00
rate_limitters.go Fix golint errors in pkg/controller/podautoscaler 2017-09-09 14:53:34 -04:00
replica_calculator_test.go Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00
replica_calculator.go Improve HPA sample sanitization 2018-08-21 16:22:06 +02:00