mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 18:10:41 +03:00
Pass "address" to fetch Public IP
This commit is contained in:
@@ -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