Skip to content

Commit 3cbf9bc

Browse files
vkoppakaJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Use the right gcloud argument (GoogleCloudPlatform#148)
Using --scopes instead of --scope (scope doesn't exist according to https://cloud.google.com/sdk/gcloud/reference/container/clusters/create verified with the gcloud utility as well)
1 parent efe6853 commit 3cbf9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional-container-engine/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ all: deploy
66
.PHONY: create-cluster
77
create-cluster:
88
gcloud container clusters create bookshelf \
9-
--scope "cloud-platform" \
9+
--scopes "cloud-platform" \
1010
--num-nodes 2
1111
gcloud container clusters get-credentials bookshelf
1212

0 commit comments

Comments
 (0)