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

eksctl latest release will break cluster setup #971

Open
theofpa opened this issue Dec 11, 2021 · 3 comments
Open

eksctl latest release will break cluster setup #971

theofpa opened this issue Dec 11, 2021 · 3 comments

Comments

@theofpa
Copy link
Member

theofpa commented Dec 11, 2021

Taking a note here after our discussion with @kimwnasptd , this is a time-bomb that will explode next time the aws image will be built with the combination of a newer release of eksctl which might deprecate the version of k8s we're using.

We are using the latest eksctl release for the image:

RUN curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \

eksctl last week deprecated k8s 1.17:
eksctl-io/eksctl#4487

We are using k8s 1.18 for the ephemeral cluster:

--version ${EKS_CLUSTER_VERSION:-"1.18"} \

@theofpa
Copy link
Member Author

theofpa commented Dec 11, 2021

Actually eksctl will remove the support when EKS will remove the support for 1.18. So our actual problem is that we're still testing on 1.18.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions.

@theofpa
Copy link
Member Author

theofpa commented Apr 21, 2022

/remove-lifecycle stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant