Skip to content

Commit 273930d

Browse files
mcanaletaJon Wayne Parrott
authored andcommitted
Changed --scope to --scopes (scope will be disabled in 132.0.0) (GoogleCloudPlatform#78)
1 parent 108f881 commit 273930d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

optional-container-engine/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This optional tutorial will walk you through how to deploy the Bookshelf sample
2222
Create a cluster for the bookshelf application:
2323

2424
gcloud container clusters create bookshelf \
25-
--scope "cloud-platform" \
25+
--scopes "cloud-platform" \
2626
--num-nodes 2
2727
gcloud container clusters get-credentials bookshelf
2828

29-
The scopes specified in the `--scope` argument allows nodes in the cluster to access Google Cloud Platform APIs, such as the Cloud Datastore API.
29+
The scopes specified in the `--scopes` argument allows nodes in the cluster to access Google Cloud Platform APIs, such as the Cloud Datastore API.
3030

3131
Alternatively, you can use make:
3232

0 commit comments

Comments
 (0)