update docs
parent
a0ac7f91a3
commit
2c7e6f1102
|
@ -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.
|
Loading…
Reference in New Issue