Provide region when creating Public IP Address

This avoids the prompt for region and follows the precedent set by the subnet creation
pull/28/head
Nathan Anderson 2016-07-14 09:53:46 -04:00 committed by GitHub
parent cd019aa31a
commit e1ae22a5eb
1 changed files with 1 additions and 1 deletions

View File

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