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

Workaround for EKS Semver Issue #62

Merged
merged 1 commit into from Mar 3, 2020
Merged

Workaround for EKS Semver Issue #62

merged 1 commit into from Mar 3, 2020

Conversation

tri-adam
Copy link
Member

@tri-adam tri-adam commented Mar 3, 2020

When attempting to deploy the Helm chart on Amazon EKS, the following error is observed:

Error: chart requires kubeVersion: ^1.14.0 which is incompatible with Kubernetes v1.14.9-eks-502bfb

Our Helm chart currently specifies a kubeVersion >= 1.14.0 here:

https://github.com/sylabs/compute-service/blob/fca8fdff9f5ef316ada3bce2be5ff1c2c8c12c64/deployments/helm/fuzzball/Chart.yaml#L5

The issue is that semantically, the AWS version of v1.14.9-eks-502bfb is a pre-release version according to semver 2.0.0 § 6. This does not satisfy the version spec ^1.14.0.

Using the suggestion found in helm/helm#3810 to address this.

Copy link
Contributor

@EmmEff EmmEff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat fix!

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.

None yet

2 participants