Created
July 2, 2020 05:37
-
-
Save velotiotech/813e4f121786e6ab80e31cea328c25e8 to your computer and use it in GitHub Desktop.
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 create clusterrolebinding user-admin-binding \ --clusterrole=cluster-admin --user=$(gcloud config get-value account) | |
$ kubectl create serviceaccount tiller --namespace kube-system | |
$ kubectl create clusterrolebinding tiller-admin-binding \ --clusterrole=cluster-admin --serviceaccount=kube-system:tiller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment