From 647c2a705f863a88bb8a2c809589def73ebf4f91 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Wed, 15 Aug 2018 15:08:06 +0800 Subject: [PATCH] fix the command output (#9859) I have verified on version v1.11 --- .../stateless-application/expose-external-ip-address.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md index bc18e89a82..775afd010b 100644 --- a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -72,8 +72,8 @@ external IP address. The output is similar to this: - NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE - my-service 10.3.245.137 104.198.205.71 8080/TCP 54s + NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE + my-service ClusterIP 10.3.245.137 104.198.205.71 8080/TCP 54s Note: If the external IP address is shown as \, wait for a minute and enter the same command again.