Hello there !
I’m trying to setup Gitlab / Kubernetes using Rancher, and i’m actually following this topic : https://rancher.com/blog/2019/connecting-gitlab-autodevops-authorized-cluster-endpoints/
Perhaps, when it comes to helm install, here is the result :
i then tried to read logs but they do not help me a lot :
> kubectl logs install-helm -n gitlab-managed-apps
+ helm init --tiller-tls --tiller-tls-verify --tls-ca-cert /data/helm/helm/config/ca.pem --tiller-tls-cert /data/helm/helm/config/cert.pem --tiller-tls-key /data/helm/helm/config/key.pem --service-account tiller
Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/cache/archive
Creating /root/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Adding local repo with URL: http://127.0.0.1:8879/charts
$HELM_HOME has been configured at /root/.helm.
Error: error installing: the server could not find the requested resource
>
Does anyone already faced it ?
I’m stuck on it, just can’t figure out what’s going on …
Thanks by the way !
Vincent.