From ed4f77354b36952fa5f8a2e9ed461992e8392564 Mon Sep 17 00:00:00 2001 From: XiaoluHong Date: Wed, 17 Oct 2018 19:26:07 +0800 Subject: [PATCH] Specify tiller image for chinese users --- .../v2.x/en/installation/ha/helm-init/_index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/helm-init/_index.md b/content/rancher/v2.x/en/installation/ha/helm-init/_index.md index 5fc3a6fcf6a..14f3f7b86cd 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-init/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-init/_index.md @@ -23,9 +23,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: + ``` -> **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. ### Issues or errors?