lionelmace / ibmcloud-labs

A set of IBM Cloud Labs to discover Cloud Foundry, Container, IOT, Watson Conversation and API Connect
28 stars 43 forks source link

typo error in Kubernetes Lab #6

Closed jeromedruais closed 7 years ago

jeromedruais commented 7 years ago

Lionel, NodePort number is missing when you check out the url:

The NodePorts are randomly assigned when they are generated with the expose command, but within 30000-32767. In this example, the NodePort is 30872.

Get the public IP address for the worker node in the cluster.

bx cs workers Output:

Listing cluster workers... OK ID Public IP Private IP Machine Type State Status dal10-pa10c8f571c84d4ac3b52acbf50fd11788-w1 169.47.227.138 10.171.53.188 free deployed Deploy Automation Successful Open a browser and check out the app with the following URL:

http://: In this exemple => http://169.47.227.138:30872

lionelmace commented 7 years ago

Thanks @jeromedruais . Fixed!