-
Notifications
You must be signed in to change notification settings - Fork 323
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
[EKS] [request]: Desired size should be set to current amount for update nodegroup #1259
Comments
Hi @dza89 , |
@MyannaHarris Also, eksctl does not contain a fix, but a workaround; by getting the current amount of nodes from the asg and inserting that as desired amount, which is what I am doing as well, but should not be necessary tbh. |
@MyannaHarris |
This is missing when updating the scaling config without the desiredSize.
|
@dza89 We still require that the maxSize >= desiredSize >= minSize and currently don't have any plans to automatically and permanently alter a customer's desiredSize. If this is an important feature for you to have, please open a new feature request specifically for it so we can investigate. Thank you for checking this and please let us know if you have any other questions. |
OK, thanks for your input and help. Last comment: |
Community Note
Tell us about your request
When you update a nodegroup you have to pass the desired size.
This field should be only be actively used when creating a nodegroup, and not during a nodegroup update.
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Create nodegroup -> forward desired size
Update nodegroup -> ignore desired size, and set desired in the asg to the current amount of nodes, as this should be controlled by cluster autoscaler only.
Are you currently working around this issue?
Not
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: