Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

SCDF route naming uses '.' rather than '-' as a separator #26

Closed
TrevorMusodza opened this issue Oct 31, 2017 · 1 comment
Closed

SCDF route naming uses '.' rather than '-' as a separator #26

TrevorMusodza opened this issue Oct 31, 2017 · 1 comment

Comments

@TrevorMusodza
Copy link

spring-cloud-dataflow-server-openshift creates a route with '.' instead of '-' creating a subdomain in the namespace.
Openshift uses '-' as a separator between the namespace name and the service name when naming routes created with oc expose svc [service_name], or on the web console .
Temporary measure is to delete the route created by SCDF and recreate it with Openshift facilities.

spring-cloud-dataflow-server-openshift example
http://service.namespace.mydomain.com

openshift default
http://service-namespace.mydomain.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants