Add command to specify default zone before VM provision
parent
7fe980da3e
commit
e1a04a77fb
|
@ -140,6 +140,12 @@ All the VMs in this lab will be provisioned using Ubuntu 16.04 mainly because it
|
|||
|
||||
### Virtual Machines
|
||||
|
||||
To avoid specifying the zone for each VM, you may wish to specify a default zone.
|
||||
|
||||
```
|
||||
gcloud config set compute/zone us-central1-a
|
||||
```
|
||||
|
||||
#### etcd
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue