From 6bc848020a3370b530fd37c46235c660be96fcd6 Mon Sep 17 00:00:00 2001 From: Dan Lazewatsky Date: Thu, 23 Jan 2020 11:43:35 -0500 Subject: [PATCH] Update README to more closely match cloud.google.com docs Specifically, the cluster needs `storage-ro` scope in order to pull the docker image. https://cloud.google.com/solutions/distributed-load-testing-using-gke --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd9fbd6..c422540 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ After the Locust workers are deployed, you can return to the Locust master web i --num-nodes "3" \ --enable-autoscaling --min-nodes "3" \ --max-nodes "10" \ + --scopes=logging-write,storage-ro \ --addons HorizontalPodAutoscaling,HttpLoadBalancing $ gcloud container clusters get-credentials $CLUSTER \