Skip to content

Instantly share code, notes, and snippets.

@christopherhein
Last active January 16, 2019 04:36
Show Gist options
  • Save christopherhein/27f53fb1ef109f54b27d264928ac7412 to your computer and use it in GitHub Desktop.
Save christopherhein/27f53fb1ef109f54b27d264928ac7412 to your computer and use it in GitHub Desktop.
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller-cluster-rule \
--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