Update 01-infrastructure-gcp.md

pull/77/head
Kelsey Hightower 2016-10-03 09:32:17 -04:00 committed by GitHub
parent bda65211ee
commit e7feed75a3
1 changed files with 1 additions and 1 deletions

View File

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