Getting the correct 'address' field

pull/328/head
Giorgio 2018-03-17 18:22:53 +00:00
parent 4f5cecb5ed
commit abfeced5fd
1 changed files with 1 additions and 1 deletions

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