Set read-write storage scope for a GKE cluster

0 votes

How to set read-write scope for a GKE cluster on google cloud?

Nov 14, 2019 in GCP by anonymous
• 19,610 points
1,660 views

1 answer to this question.

0 votes

By default, new Google Kubernetes Engine clusters are created with read-only permissions for Storage buckets. 

To set the read-write storage scope when creating a Google Kubernetes Engine cluster, use the --scopesoption

For example, the following command creates a cluster with the scopes bigquery,

`storage-rw`, and `compute-ro`:

   gcloud container clusters create example-cluster \
  --scopes=bigquery,storage-rw,compute-ro
answered Nov 14, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

0 votes
1 answer

How to disable the Kubernetes Dashboard for a GKE cluster?

The Kubernetes Dashboard is disabled by default on ...READ MORE

answered Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,758 views
0 votes
1 answer

How can I use a pre-existing disk as a persistent volume for a GKE cluster?

If you already have a persistent disk (say ...READ MORE

answered Nov 12, 2019 in GCP by Sirajul
• 59,230 points
2,866 views
+1 vote
1 answer

Set up log delivery for a cloud storage bucket.

The following steps describe how to set ...READ MORE

answered Nov 22, 2019 in GCP by Sirajul
• 59,230 points
820 views
+1 vote
1 answer
0 votes
1 answer

Can I create a load balancer with path based routing in GKE?

Yes, it's possible. Note that you simply will use the internal Load balancing (ILB) for ...READ MORE

answered Oct 10, 2019 in GCP by Sirajul
• 59,230 points
955 views
+1 vote
1 answer
0 votes
1 answer

How do I determine cluster endpoints for a GKE cluster?

To determine your cluster endpoints, describe your ...READ MORE

answered Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,561 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP