kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
Helm RBAC setup for K8s v1.6+ (tested on minikube)
Awesome thanks!
Thanks a lot, it saves me a lot of hours....
Thanks a lot.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. had been stuck for hours...