Skip to content

Instantly share code, notes, and snippets.

@navicore
Forked from mgoodness/helm-rbac.md
Created December 18, 2017 03:56
Show Gist options
  • Save navicore/5b607e94ab18ec10ce0b954fa02ddc0e to your computer and use it in GitHub Desktop.
Save navicore/5b607e94ab18ec10ce0b954fa02ddc0e 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