Just wrap the gcr.io/kubernetes-helm/tiller to cross the WALL.
148
Rewrap the gcr.io/kubernetes-helm/tiller to cross the WALL.
For some reasons, image gcr.io/kubernetes-helm/tiller could not be pulled somewhere in the world.
helm init \
--tiller-image kaelz/tiller:2.14.1 \
--stable-repo-url https://charts.ost.ai
If encounter the following errors:
$ helm install stable/nginx-ingress
Error: could not find a ready tiller pod
$ kubectl get pods --namespace kube-system
NAME READY STATUS RESTARTS AGE
kube-dns-3162619857-vdw62 3/3 Running 0 131d
l7-lb-controller-493883185-75swh 1/1 Running 0 131d
tiller-deploy-2838256982-6w0kv 0/1 ImagePullBackOff 0 18h
helm init \
--tiller-image kaelz/tiller:2.14.1 \
--upgrade
build:
npm run build
publish:
npm run publish
Content type
Image
Digest
Size
29.4 MB
Last updated
over 7 years ago
docker pull kaelz/tiller:2.14.1