-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
v17 completely broken for managed node groups updates #1495
Comments
This version is completely broken, cannot even change the instance type of a node group without failing. This node group was created with 17.1 then all I did was try to change the instance type of that group. Any subsequent updates to a node group provisioned with this module causes a failure. Plan:
|
For some reason I don't experience these issues. Not sure what you are doing differently. Also, it could be worth trying setting this: set_instance_types_on_lt = true Because else, changing instance_type will trigger recreate (as you may see in the AWS console, you cannot change the instance type if it is set on the node group instead of in the launch template) |
first of all can you edit your comments and make proper formatting as this is not possible to read your outputs (read here how to make it) |
@daroga0002 I have updated the formatting. I think this is a duplicate of another issue you've just replied to. Could you take a look again? |
Yup, this is exactly same as in #1525 @fitchtech node groups cannot change instance type dynamically (it is AWS node groups limitation where you cannot edit it). So you must add new, relocate workload and then remove legacy one to change instance types. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This behavior started in v17, I believe removing random pet names had unintended consequences. With a managed node group using a launch template, you cannot update the launch template version or user data without causing this error. What it should do is update the existing node group in place when updating the launch template version. This works correctly in v16
Plan:
The text was updated successfully, but these errors were encountered: