[aws-eks] EKS Windows Server image support
See original GitHub issueUse Case
EKS Windows image support was just added, and it’s possible to retrieve the images through SSM, like it is with Amazon Linux 2 now.
Proposed Solution
Extend EksOptimizedImage
to support Windows images
Other
- 👋 I may be able to implement this feature request
- ⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Amazon EKS optimized Windows AMIs
Windows Amazon EKS optimized AMIs are built on top of Windows Server 2019 and Windows Server 2022. They are configured to serve as...
Read more >Amazon EKS optimized Windows AMI management
The Amazon EKS optimized AMI is built on top of Windows Server 2019, and is configured to serve as the base image for...
Read more >Windows containers on EKS - Amazon EKS Workshop
Windows containers on EKS. EKS cluster windows and linux nodes. Many development teams build and support applications designed to run on Windows Servers...
Read more >Setting up AWS EKS Clusters with Windows Nodes - CloudThat
I know what the headline says, but it is more of adding stuff to the Linux node. There are 2 types of windows...
Read more >AWS EKS: Calico for Windows networking | by Shyam Kumar
Update the pod-infra-container-image argument inside the C:\CalicoWindows\kubernetes\kubelet-service.ps1 as amazonaws.com/eks/pause-windows: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @nmussy, thanks for submitting a feature request and opening a PR, much appreciated! 👍
Okay the issue solved by replacing
onDemandASG.addUserData(
with
onDemandASG.userData.addCommands(
I’m now able to see the nodes in the cluster. Thanks!