Skip to content

Instantly share code, notes, and snippets.

@zburgermeiszter
Forked from mgoodness/helm-rbac.md
Created February 12, 2018 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zburgermeiszter/a5a8e3553e2542c1c88ff2453a919e55 to your computer and use it in GitHub Desktop.
Save zburgermeiszter/a5a8e3553e2542c1c88ff2453a919e55 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