We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694e4b7 commit fde6659Copy full SHA for fde6659
content/en/docs/concepts/services-networking/connect-applications-service.md
@@ -45,7 +45,7 @@ my-nginx-3800858182-kna2y 1/1 Running 0 13s 10.244.2.5
45
Check your pods' IPs:
46
47
```shell
48
-kubectl get pods -l run=my-nginx -o yaml | grep podIP
+kubectl get pods -l run=my-nginx -o custom-columns=POD_IP:.status.podIPs
49
podIP: 10.244.3.4
50
podIP: 10.244.2.5
51
```
0 commit comments