-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Updating nodegroup min/max size without desired capacity resets desired capacity to CF value #3532
Comments
Hi @msven thanks for opening the issue.
Mhmm interesting. The |
The issue it closed had the following use case described:
It sounds like to achieve that, It could be the PR mentioned it only changed the number of mandatory fields, but if that was the only intention, I don't think it should've closed issue #2332 . By closing that issue, I assumed the use case described there was fixed and that feature added, which was why I classified this as a bug. |
Ah your absolutely right, I will re-open the issue and address. Thanks! |
With #2332 being re-opened I am closing this issue. Thanks! |
fix should be out in todays |
What were you trying to accomplish?
I was testing the newly merged functionality provided in #3511 which was trying to fix #2332
Specifically I was trying out
What happened?
My nodegroups had previously scaled up nodes via the cluster autoscaler, so the current desired capacity differed from what was set in the cloudformation template. However, the desired capacity was modified back to what was set in the cloudformation template.
I would expect the desired capacity to not change.
How to reproduce it?
Manually modify the desired capacity of the autoscaling group to differ from what was set in cloudformation (this would represent some sort of cluster autoscaler adding / removing nodes).
Alter the min or max setting without giving the desired capacity, e.g.
Logs
Anything else we need to know?
Tagging @aclevername since he was working on this feature
I was using a local build of eksctl. The version is shown in the versions section.
Versions
The text was updated successfully, but these errors were encountered: