-
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
List Supported K8s Versions #2040
Comments
here is a hacky way to get the list for anyone who wants it: |
I'm doing research on this issue. Would like to submit a PR. |
For your list of supported version, you can refer to https://github.com/weaveworks/eksctl/blob/master/pkg/apis/eksctl.io/v1alpha5/types.go#L297. For the command, in my opinion existing |
This change was made to list the EKS Server Supported Versions. Added the functionality for eksctl version command to show the EKS server supported versions in a new line. Issue eksctl-io#2040
This change was made to list the EKS Server Supported Versions. Added the functionality for eksctl version command to show the EKS server supported versions in a new line. Issue eksctl-io#2040
I have raised a PR. Kindly take a look and provide feedback. |
List Supported K8s Versions in `eksctl version` This change was made to list the EKS Server Supported Versions. Added the functionality for eksctl version command to show the EKS server supported versions in a new line. Issue #2040
Before creating a feature request, please search existing feature requests to see if you find a similar one. If there is a similar feature request please up-vote it and/or add your comments to it instead
Why do you want this feature?
A clear and concise description of why you want this feature. Include use-cases and any specific constraints you may have.
Dynamically creating clusters for daily builds across several k8s versions.
What feature/behavior/change do you want?
A clear and concise description of the change you would like to see in eksctl.
Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".
Just something as simple as
eksctl list-k8s-versions
The text was updated successfully, but these errors were encountered: