Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Created March 13, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coryodaniel/8c28d96cca71bb3c8931570e7b517c32 to your computer and use it in GitHub Desktop.
Save coryodaniel/8c28d96cca71bb3c8931570e7b517c32 to your computer and use it in GitHub Desktop.
GKE make me cluster admin
kubectl create clusterrolebinding "cluster-admin-$(whoami)" --clusterrole=cluster-admin --user="$(gcloud config get-value core/account)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment