-
Notifications
You must be signed in to change notification settings - Fork 1.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
Latest AMIs (v20190220) missing commits in /etc/eks/bootstrap.sh #233
Comments
@micahhausler would love some guidance on this one. I'm struggling to find an AWS AMI for worker nodes that I can use. Seems between #183 affecting |
not sure if this helps, but the GPU AMIs do have the correct bootstrap.sh:
|
I'm on AWS Support Chat right now about this issue – it took me 4 hours to figure out that I'm using |
For reference,
|
I know EKS is relatively new and everything but the amount of issues we have in the AMIs is too much. |
I'm looking into this... will follow up when we have a fix ready. |
Updated AMIs have been released for 1.10, 1.11, and 1.12. These AMIs have the latest changes for bootstrap.sh as well as the updates for ulimits. |
@mcrute GPU AMIs have not been released, shouldn't they be released as well? |
@edisongustavo the GPU AMIs were not impacted by this issue, only the standard AMIs so I only updated the standard ones. |
@mcrute Ok, so I should assume that both versions (CPU and GPU) have different release lifecycles then. |
@edisongustavo we don't anticipate different release lifecycles for GPU and CPU going forward outside of this patch release for the CPU AMI. There are some slight tooling differences that we're working to resolve to keep the images in-sync. |
I understand that @mcrute, that's great. I don't know how different people use this, but we're using Terraform and this is how we find the AMIs to launch workers:
Which breaks if they have different versions, so I've added different versions for each "flavor": |
@mcrute how do people find the fixed AMI's from 31 March or later? The newest in the AMI registry is 29 March (e.g. amazon-eks-node-1.12-v20190329), which still has the ulimit problem. You said new AMI's were release 31 March, but they don't show. It's June now, but no new AMI's since 29 March? The [project home page] and releases page lists the latest AMI's as 27 March. And the AWS Marketplace says the latest AMI version is 20 February. |
What happened:
Launched instances with:
ami-05fe3f841ac4df3bb
|amazon-eks-node-1.11-v20190327
ami-0d9f458329e942f90
|amazon-eks-node-1.12-v20190327
Found that the instances no longer support the
--enable-docker-bridge
arg. When i SSH into the instance, the bootstrap.sh file looks like it is missing that as a supported arg.What you expected to happen:
I expect the
/etc/eks/bootstrap.sh
to look like AMIs withv20190220
with support for--enable-docker-bridge
How to reproduce it (as minimally and precisely as possible):
Launch instances with new
v20190327
AMIs and runcat /etc/eks/bootstrap.sh
Anything else we need to know?:
I launched instances manually with
v20190220
to verify I wasn't crazy and confirmed that the arg was there on that AMI. Also, tried inus-west-2
and reproduced same issue.Environment:
us-east-1
m5-large
aws eks describe-cluster --name <name> --query cluster.platformVersion
):eks.2
aws eks describe-cluster --name <name> --query cluster.version
): 1.11 and 1.12uname -a
): Linux ip-10-0-3-76.ec2.internal 4.14.104-95.84.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Sat Mar 2 00:40:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linuxcat /tmp/release
on a node):The text was updated successfully, but these errors were encountered: