helm version bump

This commit is contained in:
Edward Viaene
2018-11-04 09:36:53 +00:00
parent f0806a4502
commit b0e763e956

View File

@@ -2,15 +2,15 @@
## Install helm
```
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz
tar -xzvf helm-v2.9.1-linux-amd64.tar.gz
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.11.0-linux-amd64.tar.gz
tar -xzvf helm-v2.11.0-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm
```
## Initialize helm
```
kubect create -f helm-rbac.yaml
kubectl create -f helm-rbac.yaml
helm init --service-account tiller
```