Something went wrong while installing Helm Tiller in Gitlab

I have a canonical Kubernetes cluster developed by juju charms which i built using below article

juju deploy kubernetes-core

Then I connected this cluster to Gitlab by providing below detaills

Kubernetes gitlab integrations steps

API URL, run kubectl cluster-info | grep ‘Kubernetes master’ | awk ‘/http/ {print $NF}’.
Token:
List the secrets by running: kubectl get secrets. Note the name of the secret you need the token for.
Get the token for the appropriate secret by running: kubectl get secret <SECRET_NAME> -o jsonpath="{[‘data’][‘token’]}" | base64 -d
CA certificate, run kubectl get secret -o jsonpath="{[‘data’][‘ca.crt’]}" | base64 -d.

But Gitlab shows below error with Helm Tiller

This is happening very specific with Gitlab,I have enterprise gitlab and when trying to set K8 cluster ,i filled out all mandatory information for existing K8 cluster and after integration while trying to install Helm Tiller ,get this strange issue of

Something went wrong while installing Helm Tiller

No logs at all from gitlab GUI,mind you i am using latest Gitlab ee version

Output of kubectl version :
Client Version: version.Info{Major:“1”, Minor:“12”, GitVersion:“v1.12.2”, GitCommit:“17c77c7898218073f14c8d573582e8d2313dc740”, GitTreeState:“clean”, BuildDate:“2018-10-24T06:54:59Z”, GoVersion:“go1.10.4”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“12”, GitVersion:“v1.12.2”, GitCommit:“17c77c7898218073f14c8d573582e8d2313dc740”, GitTreeState:“clean”, BuildDate:“2018-10-24T06:43:59Z”, GoVersion:“go1.10.4”, Compiler:“gc”, Platform:“linux/amd64”}


Cloud Provider
AWS

Hi,
Did you solve this issue ?
I’m facing the same error :frowning:

Redirecting to item that helped me solve this.