Mention region

You've to mention region while creating static IP address.
pull/577/head
Sharath Chandra 2020-05-23 12:09:08 +05:30 committed by GitHub
parent 5c462220b7
commit 8a4af41c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: