Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(installing-workflow): helm init upgrade note (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice authored Jul 5, 2017
1 parent 54ad3f4 commit b456870
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/installing-workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ $ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceac
$ helm init --service-account=tiller-deploy
```

If `helm` is already installed in cluster without sufficient rights, the only way for now is to reinstall it:

```
$ helm reset
$ kubectl create sa tiller-deploy -n kube-system
$ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceaccount=kube-system:tiller-deploy
$ helm init --service-account=tiller-deploy
```
If `helm` is already installed in cluster without sufficient rights, simply add `--upgrade` to the `init` command above.

**Note**: Specific `helm` permissions haven't been sorted yet and details may change (watch `helm` [docs](https://github.com/kubernetes/helm/tree/master/docs))

Expand Down

0 comments on commit b456870

Please sign in to comment.