clean up docs
parent
aba8471494
commit
180596398e
|
@ -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
|
kubectl run nginx --image=nginx --port=80 --replicas=3
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
|
||||||
deployment "nginx" created
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl get pods -o wide
|
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
|
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.
|
> 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:
|
Grab the `NodePort` that was setup for the nginx service:
|
||||||
|
|
Loading…
Reference in New Issue