| ... | ... | @@ -39,7 +39,7 @@ Something went wrong while installing Helm Tiller |
|
|
|
|
|
|
|
ssl_client: kubernetes-helm.storage.googleapis.com: TLS connect failed wget: error getting response: Connection reset by peer tar: invalid magic tar: short read
|
|
|
|
```
|
|
|
|
Run these three following commands on your machine that is running gitLab
|
|
|
|
Run these three following commands on your machine that is running gitLab:
|
|
|
|
|
|
|
|
```
|
|
|
|
docker exec -it gitlab bash -c 'perl -i -pe s/alpine:3.6/alpine:3.7/ /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/kubernetes/helm/pod.rb'
|
| ... | ... | @@ -52,3 +52,4 @@ docker exec -it gitlab bash -c 'perl -i -pe "s/ca-certificates openssl/ca-certif |
|
|
|
```
|
|
|
|
docker exec -it gitlab bash -c 'gitlab-ctl restart'
|
|
|
|
```
|
|
|
|
(original issu |
|
|
\ No newline at end of file |