Add command to specify default zone before VM provision

This commit is contained in:
Scott Burns
2016-09-24 11:54:33 -05:00
parent 7fe980da3e
commit e1a04a77fb

View File

@@ -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
```