Skip to content

Instantly share code, notes, and snippets.

@jengo
Forked from mgoodness/helm-rbac.md
Last active June 6, 2018 18:34
Show Gist options
  • Save jengo/0796b9680722ffda82a37887c1243117 to your computer and use it in GitHub Desktop.
Save jengo/0796b9680722ffda82a37887c1243117 to your computer and use it in GitHub Desktop.
Helm RBAC setup for K8s v1.6+ (tested on minikube)
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller --history-max 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment