mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Mention region
You've to mention region while creating static IP address.
This commit is contained in:
@@ -75,6 +75,7 @@ Allocate a static IP address that will be attached to the external load balancer
|
|||||||
```
|
```
|
||||||
gcloud compute addresses create kubernetes-the-hard-way \
|
gcloud compute addresses create kubernetes-the-hard-way \
|
||||||
--region $(gcloud config get-value compute/region)
|
--region $(gcloud config get-value compute/region)
|
||||||
|
gcloud compute addresses create kubernetes-the-hard-way --region us-west1 $(gcloud config get-value compute/region)
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify the `kubernetes-the-hard-way` static IP address was created in your default compute region:
|
Verify the `kubernetes-the-hard-way` static IP address was created in your default compute region:
|
||||||
|
|||||||
Reference in New Issue
Block a user