Skip to content

Commit

Permalink
Update to status.podIPs
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <[email protected]>
  • Loading branch information
lachie83 committed Nov 16, 2019
1 parent 9b02b93 commit 4d303fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/network/validate-dual-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kubectl get pods pod01 -o go-template --template='{{range .status.podIPs}}{{prin
a00:100::4
```

You can also validate Pod IPs using the Downward API via the `status.podIP` fieldPath. The following snippet demonstrates how you can expose the Pod IPs via an environment variable called `MY_POD_IPS` within a container.
You can also validate Pod IPs using the Downward API via the `status.podIPs` fieldPath. The following snippet demonstrates how you can expose the Pod IPs via an environment variable called `MY_POD_IPS` within a container.

```
env:
Expand Down

0 comments on commit 4d303fe

Please sign in to comment.