Make yourself cluster-admin on Google Cloud Kubernetes Engine

Kevin Simper
1 min readJun 7, 2018

For some reason you are not a cluster-admin in RBAC which means that you can’t setup for example the nginx-ingress controller.

kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole cluster-admin \
--user $(gcloud config get-value account)

--

--

Kevin Simper

I really like building stuff with React.js and Docker and also Meetups ❤