Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created August 3, 2018 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianchen06/0357270a9c3adfe7630aa26afdeccc16 to your computer and use it in GitHub Desktop.
Save ianchen06/0357270a9c3adfe7630aa26afdeccc16 to your computer and use it in GitHub Desktop.
helm rbac for kubernetes 1.6+
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