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
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 theexposer=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