Minor update to README.md

Added the --region to gcloud container clusters create
This commit is contained in:
charlesbaer 2018-12-17 23:31:50 -05:00 committed by GitHub
parent c91dca764f
commit f4d7e99f48
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
--enable-autoscaling --min-nodes=3 --max-nodes=10 --num-nodes=5 --region=us-central1
kubectl get nodes