We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c2894 commit c1a1cd5Copy full SHA for c1a1cd5
model_serving/caip-load-testing/README.md
@@ -84,7 +84,7 @@ The node pool must have access to the Cloud APIs.
84
MACHINE_TYPE=n1-standard-8
85
SIZE=5
86
87
- gcloud beta container --project=$PROJECT clusters create $CLUSTER_NAME \
+ gcloud beta container --project=$PROJECT_ID clusters create $CLUSTER_NAME \
88
--zone=$ZONE \
89
--machine-type=$MACHINE_TYPE \
90
--num-nodes=$SIZE \
0 commit comments