mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue kubelet: eviction: avoid duplicate action on stale stats Currently, the eviction code can be overly aggressive when synchronize() is called two (or more) times before a particular stat has been recollected by cadvisor. The eviction manager will take additional action based on information for which it has already taken actions. This PR provides a method for the eviction manager to track the timestamp of the last obversation and not take action if the stat has not been updated since the last time synchronize() was run. @derekwaynecarr @vishh @kubernetes/rh-cluster-infra |
||
---|---|---|
.. | ||
OWNERS | ||
doc.go | ||
eviction_manager.go | ||
eviction_manager_test.go | ||
helpers.go | ||
helpers_test.go | ||
types.go |