kubernetes-controller-sharding icon indicating copy to clipboard operation
kubernetes-controller-sharding copied to clipboard

sharder controller: drain and move objects concurrently

Open timebertt opened this issue 9 months ago • 0 comments

What would you like to be added:

The sharder controller should resync (drain and move) objects concurrently.

Why is this needed:

Currently, the sharder resyncs resources and objects sequentially. This leads to handovers taking too long when working with many objects, e.g., when scaling the controller up/down.

timebertt avatar Jan 29 '25 21:01 timebertt