From dbace5e84cd2d95b310cfe34474ab35d2b8c3600 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Sat, 11 Aug 2018 20:00:54 +0800 Subject: [PATCH] fix the command output (#9821) I have verified on version v1.11 --- content/en/docs/tasks/administer-federation/ingress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-federation/ingress.md b/content/en/docs/tasks/administer-federation/ingress.md index a023a45c88..e89ed92dc1 100644 --- a/content/en/docs/tasks/administer-federation/ingress.md +++ b/content/en/docs/tasks/administer-federation/ingress.md @@ -195,8 +195,8 @@ You can verify this by checking in each of the underlying clusters. For example: ``` shell kubectl --context=gce-asia-east1a get services nginx -NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE -nginx 10.63.250.98 104.199.136.89 80/TCP 9m +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +nginx ClusterIP 10.63.250.98 104.199.136.89 80/TCP 9m ``` ## Hybrid cloud capabilities