Update 01-infrastructure-gcp.md, fix #153

pull/165/head
David Castillo 2017-04-14 10:16:37 -05:00 committed by Kelsey Hightower
parent 980059abab
commit 8ce3a545c4
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Create a subnet for the Kubernetes cluster:
gcloud compute networks subnets create kubernetes \
--network kubernetes-the-hard-way \
--range 10.240.0.0/24
--region us-central1
```
### Create Firewall Rules