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 install of reana cluster locally fails due to kubeVersion incompatibility (required < 1.22.0-0) #654

Open
egazzarr opened this issue Jul 6, 2022 · 1 comment

Comments

@egazzarr
Copy link
Member

egazzarr commented Jul 6, 2022

Following the documentation (https://docs.reana.io/administration/deployment/deploying-locally/) to install reana from helm chart on my personal laptop. Locally I have the following kubectl versions:

Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.4", GitCommit:"e6c093d87ea4cbb530a7b2ae91e54c0842d8308a", GitTreeState:"clean", BuildDate:"2022-02-16T12:38:05Z", GoVersion:"go1.17.7", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"clean", BuildDate:"2022-05-19T15:39:43Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"}

When running:
$ helm install reana reanahub/reana --namespace reana --create-namespace --wait

I get the error:
Error: INSTALLATION FAILED: chart requires kubeVersion: >= 1.13.0-0 < 1.22.0-0 which is incompatible with Kubernetes v1.24.0

@tiborsimko
Copy link
Member

Hi @egazzarr, if you have latest Kind 0.14 installed locally, then it defaults to Kubernetes v1.24 which REANA supports only in the latest bleeding-edge development sources. Hence this compatibility trouble.

A quick fix is to bring up an older Kubernetes version, such as v1.21, using:

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

Please see #647

We'll update the documentation in this respect.

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