kubernetes-controller-sharding
kubernetes-controller-sharding copied to clipboard
sharder controller: drain and move objects concurrently
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.