kubernetes/pkg/controller/podautoscaler
Joachim Bartosik 7681c284f5 Remove UpscaleForbiddenWindow
Instead discard metric values for pods that are unready and have never
been ready (they may report misleading values, the original reason for
introducing scale up forbidden window).

Use per pod metric when pod is:
- Ready, or
- Not ready but creation timestamp and last readiness change are more
  than 10s apart.

In the latter case we asume the pod was ready but later became unready.
We want to use metrics for such pods because sometimes such pods are
unready because they were getting too much load.
2018-08-01 17:47:23 +02:00
..
metrics Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
BUILD Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal_test.go Remove UpscaleForbiddenWindow 2018-08-01 17:47:23 +02:00
horizontal.go Remove UpscaleForbiddenWindow 2018-08-01 17:47:23 +02:00
legacy_horizontal_test.go Remove UpscaleForbiddenWindow 2018-08-01 17:47:23 +02:00
legacy_replica_calculator_test.go Fixing wrong unit test naming 2018-05-19 08:09:39 +08: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 Remove UpscaleForbiddenWindow 2018-08-01 17:47:23 +02:00
replica_calculator.go Remove UpscaleForbiddenWindow 2018-08-01 17:47:23 +02:00