Pass "address" to fetch Public IP

This commit is contained in:
Anand Sharma
2018-02-24 17:33:33 -05:00
committed by GitHub
parent 8a1f0354bf
commit 52e780a086

View File

@@ -269,7 +269,7 @@ gcloud compute target-pools add-instances kubernetes-target-pool \
```
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
--region $(gcloud config get-value compute/region) \
--format 'value(name)')
--format 'value(address)')
```
```