incubator-devlake-helm-chart icon indicating copy to clipboard operation
incubator-devlake-helm-chart copied to clipboard

[Question][Installation] Error while finding kubernetes cluster

Open SubhajitC-Hexaware opened this issue 2 years ago • 4 comments

I am using helm to install devlake and while giving the below cmd "helm install devlake devlake/devlake --version=0.17.0-beta4"

I am getting an error saying "INSTALLATION FAILED: Kubernetes cluster unreachable: the server could not find the requested resource"

am I doing something wrong or the version is different ?

SubhajitC-Hexaware avatar May 12 '23 09:05 SubhajitC-Hexaware

Execute the helm repo update command firstly.

abeizn avatar May 12 '23 09:05 abeizn

Execute the helm repo update command firstly.

I did and got it updated with "Successfully got an update from the "devlake" chart repository" After that only I ran the install devlake cmd and got the error

SubhajitC-Hexaware avatar May 12 '23 09:05 SubhajitC-Hexaware

I can use it normally. image

That looks like a problem with the k3s environment. You can refer to this: https://github.com/k3s-io/k3s/issues/1126.

abeizn avatar May 12 '23 10:05 abeizn

Okay thanks for the help mate !! I'll check the other k3s link

SubhajitC-Hexaware avatar May 12 '23 10:05 SubhajitC-Hexaware