pivotal / cf-onboarding

Iterating on Onboarding Week with lightning speed and cunning
MIT License
36 stars 69 forks source link

$CF_INSTANCE_IP should be $CF_INSTANCE_INTERNAL_IP #302

Closed Shanfan closed 4 years ago

Shanfan commented 4 years ago

https://github.com/pivotal/cf-onboarding/blob/323708dcbd58c5ea96d197f7c24463fc52ee3429/app_development.prolific#L349

In this story, cf run-task dora 'echo MY INSTANCE IP: $CF_INSTANCE_IP' did not produce different results each time we ran it. But `cf run-task dora 'echo MY INSTANCE IP: $CF_INSTANCE_INTERNAL_IP' did, which is the expected result.