From 4c44367e87f03871f4704b06f1576df3f65eb69c Mon Sep 17 00:00:00 2001 From: Vageesha17 Date: Wed, 27 May 2020 10:45:03 +0530 Subject: [PATCH] Apply suggestions from code review added suggestion to keep cluster IP same as before Co-authored-by: Jim Angel --- .../services-networking/connect-applications-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/connect-applications-service.md b/content/en/docs/concepts/services-networking/connect-applications-service.md index 8d6e2078e4..ce70849685 100644 --- a/content/en/docs/concepts/services-networking/connect-applications-service.md +++ b/content/en/docs/concepts/services-networking/connect-applications-service.md @@ -395,7 +395,7 @@ kubectl get svc my-nginx ``` ``` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE -my-nginx LoadBalancer 10.0.0.216 xx.xxx.xxx.xxx 8080:30163/TCP 21s +my-nginx LoadBalancer 10.0.162.149 xx.xxx.xxx.xxx 8080:30163/TCP 21s ``` ``` curl https:// -k