Minor update to README.md (#104)
Added the --region to gcloud container clusters create
This commit is contained in:
parent
c91dca764f
commit
d966bc7c5d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
|
||||||
gcloud services enable container.googleapis.com
|
gcloud services enable container.googleapis.com
|
||||||
|
|
||||||
gcloud container clusters create demo --enable-autoupgrade \
|
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
|
kubectl get nodes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue