clean up docs

pull/13/head
Kelsey Hightower 2016-07-08 17:57:07 -07:00
parent eafbef2de8
commit 6d1cfce433
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ export NODE_PORT=$(kubectl get svc nginx --output=jsonpath='{range .spec.ports[0
```
gcloud compute firewall-rules create kubernetes-nginx-service \
--network kubernetes \
--allow=tcp:${NODE_PORT}
--allow=tcp:${NODE_PORT} \
--network kubernetes
```
```