Mention region
You've to mention region while creating static IP address.pull/577/head
parent
5c462220b7
commit
8a4af41c0b
|
@ -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 \
|
||||
--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:
|
||||
|
|
Loading…
Reference in New Issue