-
-
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
Document Mixed Windows/Linux Worker Node Cluster #2435
Comments
FYI; if there is interest, and the repository I linked looks suitable, I don't mind cutting a PR to bring that example into this repository. |
Duplicate of #2350 |
I'm confused about how this is a duplicate. I'm offering my services to supply a working solution to help other developers and was wanting to discuss it here before submitting a PR. It is obviously related, but not a duplicate. Would you like for me to restate this information on #2350? |
there is quite a bit more than just simply adding a linux and windows node group plus the configmap.
|
There definitely can be. This us not my project, so I don't pretend to be able to dictate what can and should be included. Indeed that's why I started with an issue so it could be discussed before submitting a PR. I have something that worked for me that was not easy to get working and I was hoping to add something to this project to help protect others from going down the same path of pain I went down. I was also thinking that having something was preferable to having nothing.
That is something we could document if there is not a workaround.
Which is not a problem when you consider Amazon does not support managed Windows node groups.
Amazon documentation states that they do not support managed node groups for Windows nodes. Thus it would probably be unwise to sink time into configuring an impossibility.
Does that stop us from documenting something that works to help out users? |
Again, this will be handled correctly in #2350 |
I must say this is my worst experience trying to help out with an open source project to date. Sorry for annoying you and wasting your time. |
What should I have done differently? The issue I linked and stated that this is a duplicate of clearly states that Windows support was added to EKS managed node groups, it states what the outcome should be:
And it adds additional context of what else should go into addressing that issue:
All of the information was there, you just did not bother reading any of it. Its so easy for folks to open an issue/PR and not do an ounce of legwork or investigation and then get all upset when they didn't get their way |
@Jitsusama - please see above; any feedback? |
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. |
Is your request related to a new offering from AWS?
No.
Is your request related to a problem? Please describe.
No. Though I first stumbled into this due to being confused as to how to accomplish this task, but I since figured out how to get it to work by myself.
Describe the solution you'd like.
I already have an example project using the terraform-aws-eks and terraform-aws-vpc modules up at https://github.com/Jitsusama/example-terraform-eks-mixed-os-cluster. It works and has enabled me to get a mixed Windows/Linux worker node cluster working and I was assuming that including some version of it in this repository would be useful for others.
Describe alternatives you've considered.
Doing nothing, but that doesn't seem very useful for others who might experience the same hardship I did in getting this to work.
Additional context
The documentation in AWS for setting this up with their solutions is oblique at best, and doesn't map well to existing examples in this repository. I was thinking that adding this to this repository would be useful for your users.
The text was updated successfully, but these errors were encountered: