-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
LaunchTemplate support for MNG broken with v14.0.0 #1211
Comments
Can you try with my branch? See #1161. It achieves the same goal as the PR that was merged without renaming the instance_type property. |
@psoares on a quick glance your PR looks more promising. |
I would like to add that I am also running into this issue, set a instance type in a LT as well as under node_groups and am getting the same error |
@ado120 if I understand correctly: you set instance_type on both LT and the node_group block itself. However, without this fix here, you still get an error if you only set in LT as the module wrongly adds a default value then in the node_group |
@philicious Got it. Yep at first I had it set in both locations. However I then set it to only the LT and still getting the same error. I guess for now just take out the instance type in the LT and add it in var.node_groups till the issue is solved? |
@ado120 well, I set
|
I just ran into the mentioned exception today. What should be the best solution to the problem? |
@pmargarc set |
Solved!! It didn't have anything to do with that finally :) Btw, specifying Thanks a lot 👍 |
fixed by #1138 |
I'm experiencing this issue in 17.1.0 - not sure if it's a regression? |
@jai it should not happen anymore.
If that doesn't help, maybe you can share your EKS code |
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. |
I have issues
I'm submitting a...
What is the current behavior?
#1129 that got released with
v14.0.0
breaks the LT-support for MNG that got added by me with #997 and 13.1 !when using an LT, you cannot set instance-type on the MNG itself ! however this commit breaks the logic
8978997#diff-7a3fc6c7df17fda0c341e61255461bf1f149256a9ddf14d4a18ab6f020d08136
using v14.0.0, TF wrongly wants to add the instance_type to existing MNG with LT but then also fails while trying so.
If this is a bug, how to reproduce? Please include a code sample if relevant.
try to create or run on existing MNG with LT
What's the expected behavior?
no regression. behavior <14.0 is expected
Are you able to fix this problem and submit a PR? Link here if you have already.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: