From b591bfd1eeda1b825f1f0988800b83aba6820272 Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour Date: Wed, 3 Jan 2018 00:07:40 +0400 Subject: [PATCH] Update README.md (#101) ACS Engine provisioned cluster already had Helm installed (message below) ``` helm init --service-account tiller $HELM_HOME has been configured at /Users/sabbour/.helm. Warning: Tiller is already installed in the cluster. ``` However, the tiller installed was an older version ``` helm install svc-cat/catalog --name catalog --namespace catalog Error: incompatible versions client[v2.7.2] server[v2.6.2] ``` Proposed solution is to upgrade tiller by running: ``` helm init --upgrade ``` --- docs/prerequisities/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/prerequisities/README.md b/docs/prerequisities/README.md index e4f6f89..2928355 100644 --- a/docs/prerequisities/README.md +++ b/docs/prerequisities/README.md @@ -89,6 +89,7 @@ yourself. Simply run the following commands to complete the installation: ```console kubectl create -f https://raw.githubusercontent.com/Azure/helm-charts/master/docs/prerequisities/helm-rbac-config.yaml helm init --service-account tiller +helm init --upgrade ``` # Step 3: Install Service Catalog