kubev2v / forklift-console-plugin

OpenShift Console Plugin For Forklift, the plugin adds a web based user interface for Migration Toolkit for Virtualization inside Openshift web console.
Apache License 2.0
4 stars 17 forks source link

Must-gather download logs available before migration finishes #332

Closed mnecas closed 1 year ago

mnecas commented 1 year ago

isse: must gather custom name use resource name when a resource is deleted and re created, the name stay the same but in the context of must gather, we actually want to get the logs of the specific resource and not the last resource with this name

for example: when debugging the logs of serverX on namespace main from yesterday, serverX today may be a different pod

a fix: use the resource UID instead of its name

When starting the migration the button for Download logs is available before the migration finishes and even without starting the must gather. Screenshot from 2023-03-19 15-06-07

Screenshot from 2023-03-19 15-06-11

yaacov commented 1 year ago

taking as this will require more changes then just the name