Skip to content

Instantly share code, notes, and snippets.

@rimusz
Forked from mgoodness/helm-rbac.md
Created September 11, 2017 17:26
Show Gist options
  • Save rimusz/b19b1c25aca68de9801c2c7c133d6dfd to your computer and use it in GitHub Desktop.
Save rimusz/b19b1c25aca68de9801c2c7c133d6dfd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment