fix the command output

fix the command output
This commit is contained in:
chenhuan12
2017-08-30 16:32:46 +08:00
committed by GitHub
parent 1696664888
commit 70c2df3e1d
@@ -83,6 +83,9 @@ which should produce output like this:
```bash ```bash
Name: example-service Name: example-service
Namespace: default
Labels: <none>
Annotations: <none>
Selector: app=example Selector: app=example
Type: LoadBalancer Type: LoadBalancer
IP: 10.67.252.103 IP: 10.67.252.103
@@ -91,7 +94,7 @@ which should produce output like this:
NodePort: <unnamed> 32445/TCP NodePort: <unnamed> 32445/TCP
Endpoints: 10.64.0.4:80,10.64.1.5:80,10.64.2.4:80 Endpoints: 10.64.0.4:80,10.64.1.5:80,10.64.2.4:80
Session Affinity: None Session Affinity: None
No events. Events: <none>
``` ```
The IP address is listed next to `LoadBalancer Ingress`. The IP address is listed next to `LoadBalancer Ingress`.