cloudposse / cloudposse/docs

Document Helm Tiller Installation with RBAC

Open
#407 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
99
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Create tiller service account:

```
kubectl -n kube-system create serviceaccount tiller

kubectl create clusterrolebinding tiller \
--clusterrole=cluster-admin \
--serviceaccount=kube-system:tiller
```

Upgrde tiller
```
helm init --service-account tiller --upgrade
```

See also make helm/toolbox/upsert in https://raw.githubusercontent.com/cloudposse/build-harness/master/bin/helm_toolbox.sh

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.