Add command to specify default zone before VM provision

pull/67/head
Scott Burns 2016-09-24 11:54:33 -05:00
parent 7fe980da3e
commit e1a04a77fb
No known key found for this signature in database
GPG Key ID: E7CC07303FD2CBE9
1 changed files with 6 additions and 0 deletions

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