-
-
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
Prevent creation of windows ami datasource when we don't define windows worker nodes #1100
Comments
Humm... Sounds wired. The module create linux boxes by default. It creates windows boxes only when Please share your code, module version, terraform versions and plan output. |
You're just getting the windows ami (ami data source). It doesn't do anything. As you can notice in your plan, there are no windows nodes. |
Yes, i know but it's quite useless to keep it in the state if i don't use it. Is there a way to remove it? |
We can't right now. I don't think, this make any harm, But I'll happy to review a PR for that. |
Thanks @barryib |
have same problem, is this resolved yet ? |
The windows AMI lookup is currently breaking upgrading clusters to v1.19 as there isnt a v1.19 windows AMI available yet (at least not in my regions). Workaround is to change the |
I just opened #1371 to address this. Will you please review it and test it ? |
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?
I've just created an EKS cluster and I saw that the module is creating eks_worker_windows automatically.
Is there a way to prevent eks_worker_windows creation? I would like to keep my state as clean as possible.
Thanks.
The text was updated successfully, but these errors were encountered: