-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONSOLE-4287: Restore kubevirt extensions for the topology plugin #14360
base: main
Are you sure you want to change the base?
CONSOLE-4287: Restore kubevirt extensions for the topology plugin #14360
Conversation
@pcbailey: This pull request references CNV-45158 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@pcbailey: This pull request references CNV-45158 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@pcbailey: This pull request references Jira Issue OCPBUGS-42672, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@upalatucci: This pull request references Jira Issue OCPBUGS-42672, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
931a9b3
to
03de011
Compare
/jira refresh |
@pcbailey: This pull request references Jira Issue OCPBUGS-42672, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
/approve |
VirtualMachines can be shown in topology view but I'm consistently seeing
runtime-error.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I noticed a few docs related things. Let me know if you have any questions!
frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json
Outdated
Show resolved
Hide resolved
...ackages/kubevirt-plugin/src/kubevirt-dependencies/components/alerts/PendingChangesAlerts.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/src/kubevirt-dependencies/components/vm/menu-actions.tsx
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/src/kubevirt-dependencies/constants/vm-status-messages.ts
Outdated
Show resolved
Hide resolved
frontend/packages/kubevirt-plugin/src/kubevirt-dependencies/constants/vm-status-messages.ts
Outdated
Show resolved
Hide resolved
@yapei i think this pr is not correlated to the error. We are experiencing the issue even on console latest |
Thanks @upalatucci You are right, I tried on latest console master and see the same error |
@pcbailey: This pull request references CONSOLE-4287 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
03de011
to
9ecc7c1
Compare
/lgtm |
/retest |
9ecc7c1
to
feda04c
Compare
New changes are detected. LGTM label has been removed. |
/retest |
1 similar comment
/retest |
4e54335
to
3711702
Compare
/retest |
2 similar comments
/retest |
/retest |
3711702
to
9ab19c4
Compare
/retest |
/* eslint-disable array-callback-return, consistent-return */ | ||
import * as React from 'react'; | ||
import { | ||
Select as SelectDeprecated, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any deprecated components need to be removed and replaced with the PF5 equivalent; otherwise restoring this PR as is will block the upgrade to PF6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
Adding a hold since this contains deprecated PF 5 components that will block the PF 6 upgrade. But the right thing is to fix this in the kubevirt dynamic plugin if possible. We should carefully consider whether we want to add 17k lines of code back to the console repo, even if it's temporary.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pcbailey, upalatucci The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@pcbailey: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR restores kubevirt extensions for topology.
Jira: https://issues.redhat.com/browse/CONSOLE-4287
Screenshots
Before
After