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

Helm chart's kubeVersion constraint prevents deployments to AWS EKS #7182

Closed
2 tasks done
ozen opened this issue Nov 25, 2023 · 0 comments · Fixed by #7183
Closed
2 tasks done

Helm chart's kubeVersion constraint prevents deployments to AWS EKS #7182

ozen opened this issue Nov 25, 2023 · 0 comments · Fixed by #7183
Labels
bug Something isn't working

Comments

@ozen
Copy link
Contributor

ozen commented Nov 25, 2023

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

Using the latest version, when you try helm install to an EKS cluster, you get an error that looks like this:

chart requires kubeVersion: >= 1.19.0 which is incompatible with Kubernetes v1.25.13-eks-43840fb

Expected Behavior

EKS with k8s version 1.25 should be satisfactory.

Possible Solution

The reason of the error is explained in this issue: helm/helm#10375

In summary, Helm interprets AWS distro version's -eks postfix as a pre-release version, and fails the version constraint.

Since AWS won't change it's naming - at least for the existing versions - I think we should implement the workaround in the Chart.yaml file.

Context

No response

Environment

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant