From 41d8accc1b98854bf4d81dad1443281c5362a66c Mon Sep 17 00:00:00 2001 From: charlesbaer <30347307+charlesbaer@users.noreply.github.com> Date: Tue, 18 Dec 2018 09:37:41 -0500 Subject: [PATCH] Updated README.md Updated to use --zone with gcloud container clusters create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a01d95..bc075b2 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb). gcloud services enable container.googleapis.com gcloud container clusters create demo --enable-autoupgrade \ - --enable-autoscaling --min-nodes=3 --max-nodes=10 --num-nodes=5 --region=us-central1 + --enable-autoscaling --min-nodes=3 --max-nodes=10 --num-nodes=5 --zone=us-central1-a kubectl get nodes