We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe6853 commit 3cbf9bcCopy full SHA for 3cbf9bc
optional-container-engine/Makefile
@@ -6,7 +6,7 @@ all: deploy
6
.PHONY: create-cluster
7
create-cluster:
8
gcloud container clusters create bookshelf \
9
- --scope "cloud-platform" \
+ --scopes "cloud-platform" \
10
--num-nodes 2
11
gcloud container clusters get-credentials bookshelf
12
0 commit comments