kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
-
-
Save richmondwang/0a3efcc0f8a1d4c3a5e98a7fab8e7701 to your computer and use it in GitHub Desktop.
Helm RBAC setup for K8s v1.6+ (tested on minikube)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment