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
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:
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
The text was updated successfully, but these errors were encountered: