-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
unable to determine AMI ubuntu1804 when deploying nodeGroup #2124
Comments
@Vitorspk I don't think AWS has released ubuntu image for 1.16, please find below describe image output. Might need to check again next week. $ aws ec2 describe-images --filters 'Name=name,Values=ubuntu-eks/k8s_1.15/images/*' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId'
[
"ami-07714d757c06e9e1c"
]
$ aws ec2 describe-images --filters 'Name=name,Values=ubuntu-eks/k8s_1.16/images/*' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId'
[] |
if you try to install eks 1.16 with eksctl version 0.19.0-rc.0 and the script i posted there, i found timeout after 25min using AmazonLinux2. |
Hi @Vitorspk , as @sayboras explained, the ubuntu images have not been published yet. Regarding the timeout with AL2, it's hard for us to help users troubleshoot clusters with imported VPCs. Can you confirm if you can build a cluster with that VPC with a previous Kubernetes version? This section of the documentation might be useful https://eksctl.io/usage/vpc-networking/#use-existing-VPC-any-custom-configuration There are certain requirements that VPC's must meet for the cluster to work. |
Yes i can create cluster with this configuration on another version of eksctl |
@Vitorspk see issue linked above. I wonder if removing
fixes your deployment? |
I will try |
Hi @Vitorspk, did you have any luck with that change? (edit) By the way the region |
I will try on us-east-2 |
@Vitorspk was this issue resolved? |
Yes thanks |
What happened?
A description of actual behavior (with error messages).
What you expected to happen?
A clear and concise description of what the bug is.
1º I'm using my network vpc and subnets and pass everthing on yaml file, configured and working with cluster version 15 and eksctl 0.18.0.
2º When i try to create cluster using eksctl version 0.19.0-rc.0 and eks version 16 i found a timeout from command line, when creating nodeGroup with nodegroup AMI AmazonLinux2.
How to reproduce it?
Include the steps to reproduce the bug
run thins command:
eksctl create cluster -f cluster-virginia.yaml
eksctl create nodegroup -f nodeGroup-virginia.yaml
Anything else we need to know?
What OS are you using, are you using a downloaded binary or did you compile eksctl, what type of AWS credentials are you using (i.e. default/named profile, MFA) - please don't include actual credentials though!
Download eksctl from this repo on github and set him to be used on linux machine.
Version: eksctl version 0.19.0-rc.0
Versions
Please paste in the output of these commands:
0.19.0-rc.0
Logs
Include the output of the command line when running eksctl. If possible, eksctl should be run with debug logs. For example:
eksctl get clusters -v 4
Make sure you redact any sensitive information before posting.
If the output is long, please consider a Gist.
The text was updated successfully, but these errors were encountered: