Minor update to README.md (#104)

Added the --region to gcloud container clusters create
This commit is contained in:
charlesbaer 2018-12-18 13:06:19 -05:00 committed by Ahmet Alp Balkan
parent c91dca764f
commit d966bc7c5d

View file

@ -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 --zone=us-central1-a
kubectl get nodes