From a80483bb52360e7cc92b2c3a3fab8669db5e5c76 Mon Sep 17 00:00:00 2001 From: Chas Schley Date: Tue, 9 Apr 2019 18:46:13 -0700 Subject: [PATCH] The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. (#13560) --- .../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 775afd010b..97ad5df58f 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 TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE - my-service ClusterIP 10.3.245.137 104.198.205.71 8080/TCP 54s + NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE + my-service LoadBalancer 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.