diff --git a/docs/01-infrastructure-gcp.md b/docs/01-infrastructure-gcp.md index 0f2e48a..1e03f23 100644 --- a/docs/01-infrastructure-gcp.md +++ b/docs/01-infrastructure-gcp.md @@ -111,7 +111,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 ``` ```