• Solly Ross's avatar
    Rate limit HPA controller to sync period · 8337031b
    Solly Ross authored
    Since the HPA controller pulls information from an external source that
    makes no guarantees about consistency, it's possible for the HPA
    to get into an infinite update loop -- if the metrics change with
    every query, the HPA controller will run it's normal reconcilation,
    post a status update, see that status update itself, fetch new metrics,
    and if those metrics are different, post another status update, and
    repeat.  This can lead to continuously updating a single HPA.
    
    By rate-limiting each HPA to once per sync interval, we prevent this
    from happening.
    8337031b
Name
Last commit
Last update
..
metrics Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
horizontal.go Loading commit data...
horizontal_test.go Loading commit data...
legacy_horizontal_test.go Loading commit data...
legacy_replica_calculator_test.go Loading commit data...
rate_limitters.go Loading commit data...
replica_calculator.go Loading commit data...
replica_calculator_test.go Loading commit data...