Created
April 27, 2019 11:56
-
-
Save AndrewFarley/1448f3f30e579f65f87d362a4808c92a to your computer and use it in GitHub Desktop.
Make self cluster admin
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 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