update docs

pull/4/head
Kelsey Hightower 2016-07-07 15:21:11 -07:00
parent a0ac7f91a3
commit 2c7e6f1102
1 changed files with 11 additions and 1 deletions

View File

@ -20,4 +20,14 @@ NAME READY STATUS RESTARTS AGE IP N
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
```
```
```
kubectl expose deployment nginx
```
```
service "nginx" exposed
```
> Note that --type=LoadBalancer will not work because we did not configure a cloud provider when bootstrapping this cluster.