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)
Tested on 1.8.3. Works too! Thanks man
@tmc I think with this, anyone who has enough access to talk to tiller (which requires you be able to use the k8s API to port forward or exec I think) has root on the cluster.
Thanks. had been stuck for hours...
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
A discussion of the security implications here would be useful.