Я использую GitLab v12.9.1
Я создал локальный kubernetes
кластер, используя microk8
.
Мой экземпляр GitLab
успешно настроен с экземпляром kubernetes
.
Когда я устанавливаю штурвал с помощью GitLab
, он выдает ошибку
Я проверил журналы tiller pod
, используя
kubectl -n gitlab-managed-apps logs install-helm
Выходные данные журналов:
+ 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: error initializing: 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 127.0.0.53:53: read udp 127.0.0.1:60799->127.0.0.53:53: read: connection refused