Skip to content

Instantly share code, notes, and snippets.

@DaidoujiChen
Forked from mgoodness/helm-rbac.md
Created November 29, 2017 08:23
Show Gist options
  • Save DaidoujiChen/83c448943e03914bac225d2108558329 to your computer and use it in GitHub Desktop.
Save DaidoujiChen/83c448943e03914bac225d2108558329 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