Updated README.md

Updated to use --zone with gcloud container clusters create
This commit is contained in:
charlesbaer 2018-12-18 09:37:41 -05:00 committed by GitHub
parent f4d7e99f48
commit 41d8accc1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 --region=us-central1
--enable-autoscaling --min-nodes=3 --max-nodes=10 --num-nodes=5 --zone=us-central1-a
kubectl get nodes