Last active
January 16, 2019 04:36
-
-
Save christopherhein/27f53fb1ef109f54b27d264928ac7412 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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