Created
September 24, 2019 21:26
-
-
Save oskapt/39f3501cdd84f3dbb85c7bcd6a518be6 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 serviceaccount 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