Skip to content

Instantly share code, notes, and snippets.

@allantargino
Forked from mgoodness/helm-rbac.md
Created May 22, 2019 18:23
Show Gist options
  • Save allantargino/e86d8331a6aff89b1bd0344cb519430b to your computer and use it in GitHub Desktop.
Save allantargino/e86d8331a6aff89b1bd0344cb519430b 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