Created
September 5, 2019 21:35
-
-
Save cyriltovena/464f8b0c859cc731156533efee738a5e to your computer and use it in GitHub Desktop.
admin on gke
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 cluster-admin-binding \ | |
--clusterrole cluster-admin \ | |
--user $(gcloud config get-value account) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment