-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
A simple make is failing #270
Comments
Nothing exists in s3://amazon-eks/1.10.13/2019-03-27/ except a single key "0". |
I have stopped running the default make target and only target 1.12 now. Can the 1.10 build be removed? It is no longer an option in EKS right? |
Line 67 in b5a78b9
That line needs to change from:
To:
Then the build will succeed at this time. |
Fixed in #408 |
What happened:
I cloned the repo and performed a
make
. My aws cli default region is set tous-west-2
I got a 404 to an S3 bucket
What you expected to happen:
This built successfully a couple of weeks ago
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): N/Aaws eks describe-cluster --name <name> --query cluster.version
): N/Auname -a
):Linux paulhopkins-ThinkPad-W540 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/eks/release
on a node): N/AFull Output
The text was updated successfully, but these errors were encountered: