Skip to content

Commit

Permalink
Get spec.ip custom label
Browse files Browse the repository at this point in the history
CFCR sets this label as internal IP.
  • Loading branch information
alex-slynko authored and bentarnoff committed Oct 31, 2018
1 parent 76a8406 commit 1ed7c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-workloads.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To expose a static port on your workload, perform the following steps:

You can retrieve the IP address for a worker node with a running NGINX pod in
one of the following ways:
* On the command line, run `kubectl get nodes`. Select a node name, then locate the node name in the vCenter, GCP Console or AWS Console to find the IP address.
* On the command line, run `kubectl get nodes -L spec.ip`.
* On the Ops Manager command line, run `bosh vms` to find the IP address.

1. On the command line, run `kubectl get svc nginx`. Find the node port number in the `3XXXX` range.
Expand Down

0 comments on commit 1ed7c70

Please sign in to comment.