update to Kubernetes 1.6

pull/137/head
Kelsey Hightower 2017-03-25 11:53:08 -07:00
parent ebe2845c17
commit 81cc65cc27
1 changed files with 5 additions and 5 deletions

View File

@ -17,9 +17,9 @@ kubectl get pods -o wide
```
```
NAME READY STATUS RESTARTS AGE IP NODE
nginx-2032906785-ms8hw 1/1 Running 0 21s 10.200.2.2 worker2
nginx-2032906785-sokxz 1/1 Running 0 21s 10.200.1.2 worker1
nginx-2032906785-u8rzc 1/1 Running 0 21s 10.200.0.2 worker0
nginx-158599303-7k8p9 1/1 Running 0 13s 10.200.2.3 worker2
nginx-158599303-h0zcs 1/1 Running 0 13s 10.200.1.2 worker1
nginx-158599303-rfhm3 1/1 Running 0 13s 10.200.0.2 worker0
```
```
@ -45,7 +45,7 @@ NODE_PORT=$(kubectl get svc nginx --output=jsonpath='{range .spec.ports[0]}{.nod
```
gcloud compute firewall-rules create kubernetes-nginx-service \
--allow=tcp:${NODE_PORT} \
--network kubernetes
--network kubernetes-the-hard-way
```
Grab the `EXTERNAL_IP` for one of the worker nodes: