From 70468685bdd93a661be5255cfc4e35ec4b333d6e Mon Sep 17 00:00:00 2001 From: dlorenc Date: Thu, 18 Aug 2016 14:15:07 -0700 Subject: [PATCH] Add --region to gcloud compute addresses create. --- docs/01-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-infrastructure.md b/docs/01-infrastructure.md index e93cf75..276f9b1 100644 --- a/docs/01-infrastructure.md +++ b/docs/01-infrastructure.md @@ -116,7 +116,7 @@ kubernetes-allow-ssh kubernetes 0.0.0.0/0 tcp:22 Create a public IP address that will be used by remote clients to connect to the Kubernetes control plane: ``` -gcloud compute addresses create kubernetes +gcloud compute addresses create kubernetes --region us-central1 ``` ```