Sign inSign up

kaelz/tiller

By kaelz

•Updated over 7 years ago

Just wrap the gcr.io/kubernetes-helm/tiller to cross the WALL.

Image
1

148

kaelz/tiller repository overview

docker

⁠kaelz/tiller

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.

⁠Usage

helm init \
  --tiller-image kaelz/tiller:2.14.1 \
  --stable-repo-url https://charts.ost.ai

⁠Trouble Shooting

If encounter the following errors:

⁠Error: could not find a ready tiller pod
$ helm install stable/nginx-ingress

Error: could not find a ready tiller pod
⁠Tiller-deploy ImagePullBackOff
$ 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

⁠Solution

helm init \
  --tiller-image kaelz/tiller:2.14.1 \
  --upgrade

⁠Dev

build:

npm run build

publish:

npm run publish

Tag summary

Content type

Image

Digest

Size

29.4 MB

Last updated

over 7 years ago

docker pull kaelz/tiller:2.14.1