incubator-devlake-helm-chart
                                
                                 incubator-devlake-helm-chart copied to clipboard
                                
                                    incubator-devlake-helm-chart copied to clipboard
                            
                            
                            
                        [Question][Installation] Error while finding kubernetes cluster
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 ?
Execute the helm repo update command firstly.
Execute the
helm repo updatecommand 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
I can use it normally.
That looks like a problem with the k3s environment. You can refer to this: https://github.com/k3s-io/k3s/issues/1126.
Okay thanks for the help mate !! I'll check the other k3s link