From 8a4af41c0bb9c65c20997cf560eaa90ad842c3da Mon Sep 17 00:00:00 2001 From: Sharath Chandra <57694149+SharathChandra7@users.noreply.github.com> Date: Sat, 23 May 2020 12:09:08 +0530 Subject: [PATCH] Mention region You've to mention region while creating static IP address. --- docs/03-compute-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index a30c520..fe45756 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -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: