kubereboot / kured

Kubernetes Reboot Daemon
https://kured.dev
Apache License 2.0
2.11k stars 200 forks source link

Optimization: RebootBlockers can be checked concurrently #933

Open leonnicolas opened 1 month ago

leonnicolas commented 1 month ago

At the moment we check each RebootBlocker sequentially. I think it should be possible to do it concurrently.

_Originally posted by @jackfrancis in https://github.com/kubereboot/kured/pull/908#discussion_r1603977821_