mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
Currently, all the plugins are run in a sequence. No plugin executes evictions in parallel within. Yet, there's no guarantee a future plugin (e.g. a custom one) will not attemp to evict pods in parallel.