mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +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.