Add --zone for gcloud copies

This commit is contained in:
Nathan Anderson
2016-07-14 10:23:02 -04:00
parent cd019aa31a
commit 087c67d369
3 changed files with 14 additions and 12 deletions

View File

@@ -48,7 +48,8 @@ Grab the `EXTERNAL_IP` for one of the worker nodes:
```
export NODE_PUBLIC_IP=$(gcloud compute instances describe worker0 \
--format 'value(networkInterfaces[0].accessConfigs[0].natIP)')
--format 'value(networkInterfaces[0].accessConfigs[0].natIP)' \
--zone us-central1-f)
```
Test the nginx service using cURL:
@@ -83,4 +84,4 @@ Commercial support is available at
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
```
```