Closed kadel closed 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
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.