-
Notifications
You must be signed in to change notification settings - Fork 613
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
kubevirt: take storageClassConfigMap into account when creating disks #2782
kubevirt: take storageClassConfigMap into account when creating disks #2782
Conversation
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.
Please reuse existing code, otherwise lgtm
@@ -0,0 +1,44 @@ | |||
import { ConfigMapModel } from '@console/internal/models'; |
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.
It's a repeating story - I would not copy&paste the code from web-ui-components here without removing it there.
I would migrate web-ui-components to openshift/console at once - ideally in 4.3 if we get time for it.
Otherwise we will need to maintain the almost same code twice - with just tiny, hard to spot, differences on both sides. which will cause extra effort and regressions.
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.
Moving it whole cannot be done easily - it should be done by parts and there will always be duplicate code until everything is ported (because of the not so straightforward dependencies)
removed for now, but still this will appear in the next patch for 4.3
944a382
to
9b33355
Compare
/retest |
/kind bug |
/lgtm |
The kubevirt/web-ui-components#555 is merged as well now. If you think otherwise, please let me know. I would release immediately. |
@mareklibra actually we need the release because |
ok, I missed that. I will release web-ui-components. /lgtm cancel |
9b33355
to
d9c7864
Compare
Depends on: #2913 |
d9c7864
to
48952b2
Compare
/retest |
2 similar comments
/retest |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mareklibra, suomiy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bug: https://bugzilla.redhat.com/show_bug.cgi?id=1753688
depends on: