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

Adding Support for 1.12 #680

Merged
merged 4 commits into from
Mar 29, 2019

Conversation

christopherhein
Copy link
Contributor

Description

closes #679

This adds support for deploying Amazon EKS with Kubernetes 1.12. Default is still set to 1.11 if you'd like to use this use:

apiVersion: eksctl.io/v1alpha4
kind: ClusterConfig
metadata:
  name: <name>
  region: us-west-2
  version: "1.12"

or:

eksctl create cluster --name <name> --version 1.12

Checklist

  • Code compiles correctly (i.e make build)
  • Added tests that cover your change (if possible)
  • All unit tests passing (i.e. make test)
  • All integration tests passing (i.e. make integration-test)
  • Added/modified documentation as required (such as the README.md, and examples directory)
  • Added yourself to the humans.txt file

errordeveloper
errordeveloper previously approved these changes Mar 28, 2019
Signed-off-by: Christopher Hein <[email protected]>
Signed-off-by: Christopher Hein <[email protected]>
errordeveloper
errordeveloper previously approved these changes Mar 29, 2019
@christopherhein christopherhein merged commit 10a71a9 into eksctl-io:master Mar 29, 2019
@christopherhein christopherhein deleted the feature/1-12 branch March 29, 2019 00:38
@errordeveloper
Copy link
Contributor

discovering the available control plane version

I'm not aware of one, I'd be very keen to see it!

matching AMI versions?

We have make generate-ami, so that part is automated and we can improve that a bit more also.

@whereisaaron
Copy link

Thanks @errordeveloper. Sounds like that is a 'no'! There is an 'auto' option for AMIs maybe we could speculatively at '1.13' and '1.14 'to eksctl right now, and just report the error until it starts working 😄

torredil pushed a commit to torredil/eksctl that referenced this pull request May 20, 2022
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 this pull request may close these issues.

Support for Amazon EKS 1.12 Clusters
3 participants