Created
July 19, 2019 14:08
-
-
Save mgiacomini/bf93c2a340a109eb4e6381a1317b77a3 to your computer and use it in GitHub Desktop.
Install helm for k8s
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
| helm init | |
| kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller | |
| kubectl create serviceaccount --namespace kube-system tiller | |
| kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment