fix the command output

fix the command output
pull/5296/head
chenhuan12 2017-09-05 10:13:21 +08:00 committed by GitHub
parent 3c8a775588
commit 14ce35f3ab
1 changed files with 2 additions and 1 deletions

View File

@ -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