-
Notifications
You must be signed in to change notification settings - Fork 19
Switch leader election to lease #77
Comments
Good news, kubernetes-sigs/controller-runtime#1147 was merged in the meantime and [email protected] just got released (including the configurable leader election lock), so we will probably be able to vendor the new release soon :) |
ℹ️ Depends on revendoring |
I guess this can be done now after #105, right @timebertt? I think the default is now |
Yes, exactly. |
How to categorize this issue?
/area scalability
/kind enhancement
/priority normal
What would you like to be added:
Once kubernetes-sigs/controller-runtime#1147 has been released and vendored, we should come back to the default leader election settings again and rather switch to the lease object for leader election.
Why is this needed:
We have seen significant scalability problems, when running more than 100 Shoot grm instances in one Seed each doing leader election on configmaps every 2s.
We were able to workaround this issue with #72 and gardener/gardener#2668 but we should switch to leases for having a long-term solution.
The text was updated successfully, but these errors were encountered: