Skip to content

Commit b456870

Browse files
authored
docs(installing-workflow): helm init upgrade note (#819)
1 parent 54ad3f4 commit b456870

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/installing-workflow/index.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ $ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceac
3030
$ helm init --service-account=tiller-deploy
3131
```
3232

33-
If `helm` is already installed in cluster without sufficient rights, the only way for now is to reinstall it:
34-
35-
```
36-
$ helm reset
37-
$ kubectl create sa tiller-deploy -n kube-system
38-
$ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceaccount=kube-system:tiller-deploy
39-
$ helm init --service-account=tiller-deploy
40-
```
33+
If `helm` is already installed in cluster without sufficient rights, simply add `--upgrade` to the `init` command above.
4134

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

0 commit comments

Comments
 (0)