Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrewFarley/1448f3f30e579f65f87d362a4808c92a to your computer and use it in GitHub Desktop.
Save AndrewFarley/1448f3f30e579f65f87d362a4808c92a to your computer and use it in GitHub Desktop.
Make self cluster admin
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