Hello Team,
I am unable to configure ISTIO 1.1.0-rc.1 using helm and tiller.
getting below error:
helm install istio --name istio --namespace istio-system
Error: failed to download “istio” (hint: running helm repo update
may help)
and tried, helm repo update and still getting above error.
steps to reproduce:
I have followed below link to configure ISTIO 1.1
https://preliminary.istio.io/docs/setup/kubernetes/helm-install/
steps used:
- helm repo add istio.io “https://gcsweb.istio.io/gcs/istio-prerelease/prerelease/1.1.0-rc.1/charts/”
- kubectl apply -f install/kubernetes/helm/helm-service-account.yaml
- helm init --service-account tiller
- helm install istio.io/istio-init --name istio-init --namespace istio-system
- helm install istio --name istio --namespace istio-system
at this step I am getting below error
Error: failed to download “istio” (hint: running helm repo update
may help
ISTIO Version:
istioctl version
version.BuildInfo{Version:“1.1.0-rc.1”, GitRevision:“cdc39e70054be670d2c141dec7b8517a0812b021”, User:“root”, Host:“72433e36-3ac1-11e9-8dad-0a580a2c0205”, GolangVersion:“go1.10.4”, DockerHub:“docker.io/istio”, BuildStatus:“Clean”, GitTag:“1.1.0-rc.0-54-gcdc39e7”}
Helm version:
helm version
Client: &version.Version{SemVer:“v2.9.1”, GitCommit:“20adb27c7c5868466912eebdf6664e7390ebe710”, GitTreeState:“clean”}
Server: &version.Version{SemVer:“v2.9.1”, GitCommit:“20adb27c7c5868466912eebdf6664e7390ebe710”, GitTreeState:“clean”}
K8s version:
kubectl version
Client Version: version.Info{Major:“1”, Minor:“10”, GitVersion:“v1.10.7”, GitCommit:“0c38c362511b20a098d7cd855f1314dad92c2780”, GitTreeState:“clean”, BuildDate:“2018-08-20T10:09:03Z”, GoVersion:“go1.9.3”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“11+”, GitVersion:“v1.11.7-gke.4”, GitCommit:“618716cbb236fb7ca9cabd822b5947e298ad09f7”, GitTreeState:“clean”, BuildDate:“2019-02-05T19:22:29Z”, GoVersion:“go1.10.7b4”, Compiler:“gc”, Platform:“linux/amd64”}