Merge pull request #5296 from chenhuan12/patch-84

fix the command output
This commit is contained in:
Andrew Chen
2017-09-05 14:13:19 -07:00
committed by GitHub
@@ -80,13 +80,14 @@ $ kubectl describe svc my-nginx
Name: my-nginx
Namespace: default
Labels: run=my-nginx
Annotations: <none>
Selector: run=my-nginx
Type: ClusterIP
IP: 10.0.162.149
Port: <unset> 80/TCP
Endpoints: 10.244.2.5:80,10.244.3.4:80
Session Affinity: None
No events.
Events: <none>
$ kubectl get ep my-nginx
NAME ENDPOINTS AGE