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

@@ -287,7 +287,8 @@ gcloud compute target-pools create kubernetes-pool \
```
gcloud compute target-pools add-instances kubernetes-pool \
--instances controller0,controller1,controller2
--instances controller0,controller1,controller2 \
--zone us-central1-f
```
```