[Feature] Remove client-side validation of cluster Kubernetes version #7708
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
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 areapiVersion
-s to consider, but in most cases things will just work -- I just want the ability to try the request regardless.The text was updated successfully, but these errors were encountered: