From 1904294909316e2f9388c75070acf94e00c13fc9 Mon Sep 17 00:00:00 2001 From: FontTian Date: Mon, 11 May 2020 17:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9helm=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=B8=80=E4=B8=AA=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/helm.md b/docs/guide/helm.md index 266fa78..cb026fc 100644 --- a/docs/guide/helm.md +++ b/docs/guide/helm.md @@ -38,7 +38,7 @@ helm_namespace: kube-system helm_cert_cn: helm001 tiller_sa: tiller tiller_cert_cn: tiller001 -tiller_image: jmgao1983/tiller:v2.9.1 +tiller_image: easzlab/tiller:v2.14.1 #repo_url: https://kubernetes-charts.storage.googleapis.com repo_url: http://127.0.0.1:8879 history_max: 5 @@ -46,7 +46,7 @@ history_max: 5 #repo_url: https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts EOF # 4.运行安全helm命令 -ansible-playbook /etc/ansible/role/helm/helm.yml +ansible-playbook /etc/ansible/roles/helm/helm.yml ``` ## 使用helm安装应用到k8s上