Skip to content

Commit 0b3412e

Browse files
authored
Merge pull request #20219 from Vageesha17/patch-10
Change output for LoadBalancer service type
2 parents 942ea85 + 4c44367 commit 0b3412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/connect-applications-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ kubectl edit svc my-nginx
394394
kubectl get svc my-nginx
395395
```
396396
```
397-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
398-
my-nginx ClusterIP 10.0.162.149 162.222.184.144 80/TCP,81/TCP,82/TCP 21s
397+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
398+
my-nginx LoadBalancer 10.0.162.149 xx.xxx.xxx.xxx 8080:30163/TCP 21s
399399
```
400400
```
401401
curl https://<EXTERNAL-IP> -k

0 commit comments

Comments
 (0)