Last active
November 9, 2018 03:49
-
-
Save sudermanjr/972fac4b395577985dc49fe5c99f97d8 to your computer and use it in GitHub Desktop.
Kube 202 Install Tiller Command
This file contains 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 --namespace kube-system create serviceaaccount tiller | |
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller | |
helm init --upgrade --service-account tiller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment