Hello :wave: I'm having trouble configuring a Nod...
# google-cloud
h
Hello 👋 I'm having trouble configuring a NodePool. How to I set the Security->Access scopes-> Storage section of a NodePool?
s
You’ll need to add the
oauthScope = <https://www.googleapis.com/auth/devstorage.read_only>
(or short-form
storage-ro
). See https://cloud.google.com/sdk/gcloud/reference/container/node-pools/create#--scopes Note: Access scopes are the legacy method for node permissions: https://cloud.google.com/kubernetes-engine/docs/how-to/access-scopes
h
thank you 🙂