-
Notifications
You must be signed in to change notification settings - Fork 222
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
kubeVersion in Trident Helm chart can't handle pre-releases #530
Comments
Just out of curiosity, did you try using |
I went back, reinstalled and tried with |
Jut for the record, this also impacts k8s distributions that report a version string that looks like a pre-release. For example, on a GKE cluster: helm install trident ./helm/trident-operator-21.01.1.tgz --namespace trident --create-namespace Anyway, the fix in #531 addresses that. |
I submitted #532. |
This also affects OpenShift/OKD - I'm on OKD 4.6 which packages Kubernetes 1.20:
|
Well, the version string identifies it as a pre-release. If it isn't one, then they simply use semantic versioning incorrectly ;-) See https://semver.org/#spec-item-9 But anyway, this will address it with the next Trident release: ce3d442 |
Feel free to take it up with Red Hat, I'm sure they will listen 😉 I'm running a stable release of OKD but I don't know exactly how they assemble their packages. Thanks for the update 🙂 |
You could just make a small edit until new Trident release is out. Or, of course, use another method of installation. |
I would like to drop in that this makes trident helm chart uninstallable on AWS EKS:
|
You can still install if you supply "--set tridentSkipK8sVersionCheck=true" to helm. |
@wonderland thanks for the workaround. |
I agree, it is a work around, not a final solution. Hopefully it will be addressed soon in the official chart. |
This is fixed with commit and will be included with the Trident 21.07 release. |
Describe the bug
kubeVersion
in Trident Helm chart can't handle pre-releases:Environment
To Reproduce
Expected behavior
Edit - additional notes:
kubeVersion
in the chart file, and then installThe text was updated successfully, but these errors were encountered: