Provide region when creating Public IP Address

This avoids the prompt for region and follows the precedent set by the subnet creation
This commit is contained in:
Nathan Anderson
2016-07-14 09:53:46 -04:00
committed by GitHub
parent cd019aa31a
commit e1ae22a5eb

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:
```
gcloud compute addresses create kubernetes
gcloud compute addresses create kubernetes --region=us-central1
```
```