Skip to content

Instantly share code, notes, and snippets.

@mattbates
Created July 26, 2017 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattbates/15684400a4a34ed795bd8ed55b813c66 to your computer and use it in GitHub Desktop.
Save mattbates/15684400a4a34ed795bd8ed55b813c66 to your computer and use it in GitHub Desktop.
scopes="$(gcloud container node-pools describe --cluster=workshop default-pool --format='value[delimiter=","](config.oauthScopes)')"
gcloud container node-pools create gitlab-nodes --num-nodes=1 --cluster=workshop --scopes="${scopes},https://www.googleapis.com/auth/devstorage.full_control"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment