Skip to content

Commit ee52f51

Browse files
Update content/en/docs/concepts/services-networking/connect-applications-service.md
Co-authored-by: Rey Lejano <[email protected]>
1 parent 5242784 commit ee52f51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,9 @@ kubectl delete deployments,svc my-nginx; kubectl create -f ./nginx-secure-app.ya
314314
At this point you can reach the nginx server from any node.
315315

316316
```shell
317-
kubectl get pods -l run=my-nginx -o yaml | grep -i podip
318-
podIP: 10.244.3.5
317+
kubectl get pods -l run=my-nginx -o custom-columns=POD_IP:.status.podIPs
318+
POD_IP
319+
[map[ip:10.244.3.5]]
319320
```
320321
321322
```shell

0 commit comments

Comments
 (0)