mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
update docs
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user