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
```
This commit is contained in:
Ahmed Sabbour 2018-01-03 00:07:40 +04:00 коммит произвёл Jeremy Rickard
Родитель 995e8378de
Коммит b591bfd1ee
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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