ibm-cloud-architecture / refarch-cloudnative-netflix-eureka

A component of the https://github.com/ibm-cloud-architecture/refarch-cloudnative-netflix reference application. This repository contains a basic Netflix Eureka application.
3 stars 20 forks source link

If namespace has underscore, route won't work #12

Open ileneruth opened 7 years ago

ileneruth commented 7 years ago

The .bluemixrc file specifies a hostname for the route that appends the namespace to 'netfix-eureka-', but if the namespace has an underscore, as mine did, then there's no error, but the route never shows up properly and you can't get to the eureka console. Might be worth putting a warning somewhere, or having a more sophisticated script. In my case, I hardcoded a different hostname.

jesusmah commented 7 years ago

you are right @ileneruth. The problem is with Bluemix network design which does not seem to like underscores in route hostnames at all... Thanks for bringing this up!