Skip to content

Instantly share code, notes, and snippets.

@Moulick
Forked from mgoodness/helm-rbac.md
Created August 19, 2018 15:17
Show Gist options
  • Save Moulick/390216ff4da5aece76b6038b34a094f8 to your computer and use it in GitHub Desktop.
Save Moulick/390216ff4da5aece76b6038b34a094f8 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