Merge pull request #5249 from chenhuan12/patch-73
fix the command output
This commit is contained in:
commit
3164b8a979
|
|
@ -82,16 +82,19 @@ kubectl describe services example-service
|
||||||
which should produce output like this:
|
which should produce output like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Name: example-service
|
Name: example-service
|
||||||
Selector: app=example
|
Namespace: default
|
||||||
Type: LoadBalancer
|
Labels: <none>
|
||||||
IP: 10.67.252.103
|
Annotations: <none>
|
||||||
LoadBalancer Ingress: 123.45.678.9
|
Selector: app=example
|
||||||
Port: <unnamed> 80/TCP
|
Type: LoadBalancer
|
||||||
NodePort: <unnamed> 32445/TCP
|
IP: 10.67.252.103
|
||||||
Endpoints: 10.64.0.4:80,10.64.1.5:80,10.64.2.4:80
|
LoadBalancer Ingress: 123.45.678.9
|
||||||
Session Affinity: None
|
Port: <unnamed> 80/TCP
|
||||||
No events.
|
NodePort: <unnamed> 32445/TCP
|
||||||
|
Endpoints: 10.64.0.4:80,10.64.1.5:80,10.64.2.4:80
|
||||||
|
Session Affinity: None
|
||||||
|
Events: <none>
|
||||||
```
|
```
|
||||||
|
|
||||||
The IP address is listed next to `LoadBalancer Ingress`.
|
The IP address is listed next to `LoadBalancer Ingress`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue