zalando-incubator/cluster-lifecycle-manager

Evict pods in parallel

mikkeloscar opened this issue · 0 comments

Since #27 it now takes a "long time" (~10 min.) to evict pods from a single node even if it's not violating the PDB. This is because we evict the pods one by one and wait for each pod to be gracefully terminated.

There is no reason not to do this in parallel.