Specify tiller image for chinese users

This commit is contained in:
XiaoluHong
2018-10-17 19:26:07 +08:00
committed by Mark Bishop
parent e9f06d141b
commit 4ed71ec2fb
@@ -24,9 +24,17 @@ kubectl create clusterrolebinding tiller \
--serviceaccount=kube-system:tiller
helm init --service-account tiller
# For chinese users
# The latest version of tiller images queries addresses:
# https://dev.aliyun.com/detail.html?spm=5176.1972343.2.18.ErFNgC&repoId=62085
helm init --service-account tiller \
--tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:<tag>
```
> **Note:** This `tiller` install has full cluster access, which should be acceptable if the cluster is dedicated to Rancher server. Check out the [helm docs](https://docs.helm.sh/using_helm/#role-based-access-control) for restricting `tiller` access to suit your security requirements.
> **Note:** This`tiller`install has full cluster access, which should be acceptable if the cluster is dedicated to Rancher server. Check out the [helm docs](https://docs.helm.sh/using_helm/#role-based-access-control) for restricting `tiller` access to suit your security requirements.
### Test your Tiller installation