From 094cf11b6c812cfe62cbf90ad4387450a2fb0ef2 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Sat, 11 Aug 2018 20:10:54 +0800 Subject: [PATCH] fix the command output (#9814) I have verified on version v1.11 --- .../load-balance-access-application-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md index 47bba65811..d45cf2493d 100644 --- a/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md @@ -75,8 +75,8 @@ load-balanced access to an application running in a cluster. external IP address remains in the pending state. {{< /note >}} - NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE - example-service 10.0.0.160 8080/TCP 40s + NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE + example-service ClusterIP 10.0.0.160 8080/TCP 40s 1. Use your Service object to access the Hello World application: