kubernetes/pkg/controller/podautoscaler
Joseph Burnett 16133c2b77 Up and down scale stabilize with envelope.
The HPA controller keeps a flat history of recommendations for
stabilization. However when both up and down scale stabilization are
configured, the interpretation of the history changes depending on the
direction of movement. What we want is to keep the stabilized
recommendation within the envelope of the minimum and maximum over
configured stabilization windows. We should only move when the
envelope forces a move.
2020-12-21 14:36:13 +01:00
..
config Autogenerated code 2019-10-24 20:21:00 +02:00
metrics Added functionality and API for pod autoscaling based on container resources 2020-10-21 21:10:05 +02:00
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
doc.go
horizontal_test.go Up and down scale stabilize with envelope. 2020-12-21 14:36:13 +01:00
horizontal.go Up and down scale stabilize with envelope. 2020-12-21 14:36:13 +01:00
legacy_horizontal_test.go Fix static checks for pkg/controller/podautoscaler 2020-10-23 18:53:07 +00:00
legacy_replica_calculator_test.go Added functionality and API for pod autoscaling based on container resources 2020-10-21 21:10:05 +02:00
OWNERS Prune inactive owners from autoscaling related OWNERS files. 2019-10-13 08:52:14 -04:00
rate_limiters.go Clarified comments 2020-02-07 09:09:49 +01:00
replica_calculator_test.go Merge pull request #89465 from shibataka000/84142-cm 2020-12-16 04:44:21 -08:00
replica_calculator.go Merge pull request #89465 from shibataka000/84142-cm 2020-12-16 04:44:21 -08:00