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

[Feature] Remove client-side validation of cluster Kubernetes version #7708

Open
cartermckinnon opened this issue Apr 9, 2024 · 0 comments
Labels
kind/feature New feature or request priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases

Comments

@cartermckinnon
Copy link

cartermckinnon commented Apr 9, 2024

What feature/behavior/change do you want?

I want the client-side validation of cluster Kubernetes versions to be removed. The EKS API(s) will return an error if a requested version is invalid. At a minimum, this validation should be controlled with a config option, environment variable, etc.

Why do you want this feature?

Different users (and developers 😄) have access to different Kubernetes versions. It's annoying that I can't use eksctl to create a cluster on an upcoming (or deprecated) Kubernetes version, for example. Of course there are apiVersion-s to consider, but in most cases things will just work -- I just want the ability to try the request regardless.

@cartermckinnon cartermckinnon added the kind/feature New feature or request label Apr 9, 2024
@cPu1 cPu1 added the priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases
Projects
None yet
Development

No branches or pull requests

2 participants