-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support parallel node-group scale-ups #268
Comments
Post Grooming of the Issue:
|
I thought the parellelism would at least improve for scale-up requests on different workergroups When looking at the 1.28.0 CA changelog I noticed that the parallel drain feature is now the default. Another idea that we briefly talked about in the gardener stakeholder sync is using multiple CA instances in parallel, each instance caring for a different set of workergroups (that we would need to assign to a CA in the shoot). |
BTW: We just faced and immense scale-down delay in our latest maintenance (link in our internal ticket) |
@rubenscheja You have mentioned internal references in the public. Please check. |
What would you like to be added:
Upstream has enabled a feature where CA could scale-up multiple node-groups in a single
RunOnce()
loop. This could help reduce the latency of scale-upsPR -> kubernetes#5731
It is available from v1.28 k/CA release
But as listed in the release notes we have to test it out with our MCM and also should wait a few upstream releases for the feature to stabilize
Demand was raised as per live ticket # 4048
Why is this needed:
There are customers who need quicker scale-ups , as scale-up one node-group at a time delays their scale-downs, adding to cost and crossing maintenance time windows, if they are doing something like blue/green deployment
The text was updated successfully, but these errors were encountered: