From f4d7e99f48993e213db9db2aef36d6e697d7f23b Mon Sep 17 00:00:00 2001 From: charlesbaer <30347307+charlesbaer@users.noreply.github.com> Date: Mon, 17 Dec 2018 23:31:50 -0500 Subject: [PATCH] Minor update to README.md Added the --region to gcloud container clusters create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 623046f..4a01d95 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 + --enable-autoscaling --min-nodes=3 --max-nodes=10 --num-nodes=5 --region=us-central1 kubectl get nodes