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

INSTALLATION FAILED: chart requires kubeVersion: >= 1.21.0-0 < 1.30.0-0 which is incompatible with Kubernetes ... #839

Open
mcommer opened this issue Oct 15, 2024 · 1 comment

Comments

@mcommer
Copy link

mcommer commented Oct 15, 2024

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

@tiborsimko
Copy link
Member

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:

$ kind delete cluster
$ kind create cluster --config kind-localhost-30443.yaml --image=kindest/node:v1.29.7

and follow the linked instructions.

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

No branches or pull requests

2 participants