From 14ce35f3ab7891d4a22c74e00dfeb516cb238e20 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 5 Sep 2017 10:13:21 +0800 Subject: [PATCH] fix the command output fix the command output --- .../services-networking/connect-applications-service.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/connect-applications-service.md b/docs/concepts/services-networking/connect-applications-service.md index 3209c50afb..b69c831383 100644 --- a/docs/concepts/services-networking/connect-applications-service.md +++ b/docs/concepts/services-networking/connect-applications-service.md @@ -80,13 +80,14 @@ $ kubectl describe svc my-nginx Name: my-nginx Namespace: default Labels: run=my-nginx +Annotations: Selector: run=my-nginx Type: ClusterIP IP: 10.0.162.149 Port: 80/TCP Endpoints: 10.244.2.5:80,10.244.3.4:80 Session Affinity: None -No events. +Events: $ kubectl get ep my-nginx NAME ENDPOINTS AGE