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
It would be helpful to link to the unified log streams for each cluster from the UI. We could show a link to view all logs for the source or target cluster. It appears (looking at 3.11 and 4.6) that the URL to the logs is the same. We will need to resolve:
the route name for the console
the current pod name for mig-log-reader
There are a couple of options for how we could feed this info to UI. Perhaps the most suitable would be to provide a new endpoint on the discovery service that would feed back a logs URL for a particular MigCluster.
Overview
It would be helpful to link to the unified log streams for each cluster from the UI. We could show a link to view all logs for the source or target cluster. It appears (looking at 3.11 and 4.6) that the URL to the logs is the same. We will need to resolve:
There are a couple of options for how we could feed this info to UI. Perhaps the most suitable would be to provide a new endpoint on the discovery service that would feed back a logs URL for a particular MigCluster.
Sample OCP 3 unified logs URL
To build the URL above, we need
oc get route console -n openshift-console
)oc get pod -n openshift-migration -l logreader=mig
)Sample OCP 4 unified logs URL
To build the URL above, we need
oc get route console -n openshift-console
oc get pod -n openshift-migration -l logreader=mig
)The text was updated successfully, but these errors were encountered: