clean up docs

pull/137/head
Kelsey Hightower 2017-03-25 19:27:49 -07:00
parent aba8471494
commit 180596398e
1 changed files with 0 additions and 8 deletions

View File

@ -8,10 +8,6 @@ This lab walks you through a quick smoke test to make sure things are working.
kubectl run nginx --image=nginx --port=80 --replicas=3
```
```
deployment "nginx" created
```
```
kubectl get pods -o wide
```
@ -26,10 +22,6 @@ nginx-158599303-rfhm3 1/1 Running 0 13s 10.200.0.2 wo
kubectl expose deployment nginx --type NodePort
```
```
service "nginx" exposed
```
> Note that --type=LoadBalancer will not work because we did not configure a cloud provider when bootstrapping this cluster.
Grab the `NodePort` that was setup for the nginx service: