We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108f881 commit 273930dCopy full SHA for 273930d
1 file changed
optional-container-engine/README.md
@@ -22,11 +22,11 @@ This optional tutorial will walk you through how to deploy the Bookshelf sample
22
Create a cluster for the bookshelf application:
23
24
gcloud container clusters create bookshelf \
25
- --scope "cloud-platform" \
+ --scopes "cloud-platform" \
26
--num-nodes 2
27
gcloud container clusters get-credentials bookshelf
28
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.
+The scopes specified in the `--scopes` argument allows nodes in the cluster to access Google Cloud Platform APIs, such as the Cloud Datastore API.
30
31
Alternatively, you can use make:
32
0 commit comments