https://pulumi.com logo
Title
h

handsome-cat-98152

12/19/2019, 8:37 AM
Hello 👋 I'm having trouble configuring a NodePool. How to I set the Security->Access scopes-> Storage section of a NodePool?
s

stocky-island-3676

12/19/2019, 9:12 PM
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

handsome-cat-98152

12/20/2019, 7:22 AM
thank you 🙂