You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
commandThe text was updated successfully, but these errors were encountered: