mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Fixed KUBERNETES_PUBLIC_ADDRESS gcloud output
in module 8 during load balancer setup, gcloud format incorrectly specified --format 'value(name)' instead of --format 'value(address)'
This commit is contained in:
committed by
GitHub
parent
63ff9932d9
commit
f04619e0b4
@@ -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)')
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user