Skip to content
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

Latest EKS AMI will get a windows image. #84

Closed
timmyers opened this issue Mar 28, 2019 · 1 comment · Fixed by #85
Closed

Latest EKS AMI will get a windows image. #84

timmyers opened this issue Mar 28, 2019 · 1 comment · Fixed by #85
Assignees
Labels
p0 Bugs severe enough to interrupt existing work
Milestone

Comments

@timmyers
Copy link
Contributor

timmyers commented Mar 28, 2019

const eksWorkerAmi = aws.getAmi({

This will as of sometime recently result in a Windows AMI, likely unexpectedly.

This should theoretically be fixable by filtering for platform as blank, according to https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html, however it does not seem there is a way to do that in code and get any results.

@lukehoban lukehoban added this to the 0.22 milestone Mar 28, 2019
@lukehoban
Copy link
Member

Note that a workaround is to set the nodeAmiId parameter to the desired EKS Node AMI from https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0 Bugs severe enough to interrupt existing work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants