You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to follow the instructions under: https://docs.reana.io/administration/deployment/deploying-locally/ (Deploying locally, For researchers).
During the installation step "helm install reana reanahub/reana --namespace reana --create-namespace --wait", I get ... Error: INSTALLATION FAILED: chart requires kubeVersion: >= 1.21.0-0 < 1.30.0-0 which is incompatible with Kubernetes v1.31.0
The text was updated successfully, but these errors were encountered:
Hi @mcommer The support for Kubernetes 1.30 clusters will be declared in our Helm chart officially at the next REANA 0.9.4 release only. (It works well locally, we just have not got to releasing the update yet.)
Until this is done, a quick workaround could be to deploy an older version of Kubernetes in your local Kind installation, for example:
Trying to follow the instructions under: https://docs.reana.io/administration/deployment/deploying-locally/ (Deploying locally, For researchers).
During the installation step "helm install reana reanahub/reana --namespace reana --create-namespace --wait", I get
... Error: INSTALLATION FAILED: chart requires kubeVersion: >= 1.21.0-0 < 1.30.0-0 which is incompatible with Kubernetes v1.31.0
The text was updated successfully, but these errors were encountered: