mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
use IP not address name
This commit is contained in:
@@ -302,7 +302,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