projectatomic / openshift2nulecule

Create Nulecule application from OpenShift project
GNU General Public License v2.0
6 stars 9 forks source link

Route names are in collision #43

Closed kadel closed 8 years ago

kadel commented 8 years ago

When apps is imported on same cluster from where it was exported (and original app is still running), route of imported app is in collision with old one.

At least we need to document that this might happen.

kadel commented 8 years ago

There is also another problem, if route is moved between clusters.

if I have route like this ruby-hello-world-ruby3.centos7-adb.10.1.2.2.xip.io and this route is moved to another cluster its hostname remains same, so it is not available in second cluster. I think that for now it is safer skip exporting routes. User can easily create route again on targeted cluster using oc expose