kubevirt: Add filter for v2v conversion events - #3068
Conversation
|
Rebased |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mareklibra, rawagner The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
The
Eventstab newly includes v2v conversion pod events.For performance reasons, the matching is done via conversion
pod nameinstead ofownerReference. It would be costly to fetch all the required data (means list of pods in a namespace) and useless in majority of cases. Conflicts can appear in rare corner cases when the user starts conversion, deletes the VM and starts it again for the same VM name. In that case events of terminated pods can leak to the VM Events list.This can be easily fixed if any other reason to fetch the pods within
VM Events tabappears.Depends on:
Will be rebased once the dependencies above get merged.