mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 18:33:44 +00:00
Automatic merge from submit-queue Eviction manager needs to start as runtime dependent module To support disk eviction, the eviction manager needs to know if there is a dedicated device for the imagefs. In order to know that information, we need to start the eviction manager after cadvisor. This refactors the location eviction manager is started. /cc @kubernetes/sig-node @kubernetes/rh-cluster-infra @vishh @ronnielai