fabric8io / fabric8-console

Angular 1.x console for fabric8
28 stars 27 forks source link

Broken URLS with OpenShift #254

Open kameshsampath opened 7 years ago

kameshsampath commented 7 years ago

by default as of 0.4.112 - when gofabric8 start --minishift does create exposer=Route. this causes the console and other service accesses to fail as they go using Route based name. the current workaround is to add edit the configmap of exposecontroller and update the exposer=NodePort, this helps in accessing the console via NodePort. But the service links via the console in the home page dropdown and in Services tab still uses the OpenShift Route based urls.

Right now to update the url we need to delete all routes listed via oc get routes command