How to choose permissions for a Google Container Engine cluster?

11/12/2015

I'm trying to setup a GKE cluster and I want to enable all permissions to other services (since apparently you can't change the permissions after the cluster has been created). This ought to be straight-forward but either I'm doing something wrong or something is broken. I select the following for my project access:

enter image description here

But when the cluster is created a see this:

enter image description here

I.e. everything is disabled. Why is this? How do I set the permissions?

-- Johan
google-cloud-platform
google-kubernetes-engine

1 Answer

11/13/2015

There was a bug in the UI that was showing that all scopes were disabled. I just created a new cluster and the UI is showing the correct scopes.

If this happens again, you can also see the scopes that are enabled on your VMs using the command line by running gcloud container clusters describe NAME --zone=europe-west1-c and looking at the scopes under oauthScopes:.

-- Robert Bailey
Source: StackOverflow