Problem installing helm tiller
Summary
Problem installing helm tiller on kubernetes cluster via gitlab
Steps to reproduce
- Configure existing kubernetes cluster
- Install Helm tiller application
What is the current bug behavior?
Helm tiller cannot be installed
What is the expected correct behavior?
Helm tiller is installed
Relevant logs and/or screenshots
Error in gitlab: Something went wrong while installing Helm Tiller
Operation failed. Check pod logs for install-helm for more details.
Kubectl logs shows
[mvala@space15 ~]$ 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
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Get https://kubernetes-charts.storage.googleapis.com/index.yaml: dial tcp: lookup kubernetes-charts.storage.googleapis.com on 10.96.0.10:53: read udp 10.44.0.2:51930->10.96.0.10:53: i/o timeout