-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 Windows Node Group #11065
Comments
@gibsonje The |
Hi @gibsonje 👋 Thank you for submitting this. As mentioned above, this functionality is not directly available via the EKS API at the moment. This support can be tracked at aws/containers-roadmap#584. When the API support becomes available we will support this directly in the Terraform AWS Provider, but for now we will opt to close this feature request until that time comes. 👍 |
Sounds good, thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
I'd like to be able to create Windows node groups for EKS.
The EKS docs show that with eksctl you can create windows node groups but the terraform eks node group module doesn't allow it.
https://docs.aws.amazon.com/eks/latest/userguide/launch-windows-workers.html
I see a list of amis here:
https://github.com/weaveworks/eksctl/blob/ef183767fa7a19205d02e63375aacb889b55b732/pkg/ami/static_resolver_ami.go
Docs show this:
https://eksctl.io/usage/custom-ami-support/
With 4 AMI families, Amazon Linux, Ubuntu, Windows Server Full, Windows Server Core.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: