-
Notifications
You must be signed in to change notification settings - Fork 131
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 switch to instancetype #1454
Kubevirt switch to instancetype #1454
Conversation
1d37138
to
ed3b2d5
Compare
/retest |
/assign @mfranczy |
ed3b2d5
to
aada136
Compare
Signed-off-by: Helene Durand <[email protected]>
aada136
to
c2d8aaa
Compare
/retest |
Signed-off-by: Helene Durand <[email protected]>
/retest |
1 similar comment
/retest |
Signed-off-by: Helene Durand <[email protected]>
/approve |
LGTM label has been added. Git tree hash: 87aecf97d26443d9348d701123b7555280457e2c
|
/retest |
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.
/approve ⚡
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik, hdurand0710, sankalp-r 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 |
kind: "VirtualMachineInstancetype" # Allowed values: "VirtualMachineInstancetype"/"VirtualMachineClusterInstancetype" | ||
preference: | ||
name: "sockets-advantage" | ||
category: "VirtualMachinePreference" # Allowed values: "VirtualMachinePreference"/"VirtualMachineClusterPreference" |
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.
I think you forgot to change to kind :)
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.
oops, thanks, done in the same next PR as the switch to 1.55.0.
@@ -56,7 +56,7 @@ require ( | |||
k8s.io/kubelet v0.24.2 | |||
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed | |||
kubevirt.io/api v0.57.1 | |||
kubevirt.io/containerized-data-importer-api v1.50.0 | |||
kubevirt.io/containerized-data-importer-api v1.54.0 |
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.
can we switch to v1.55.0?
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.
* Kubevirt switch to instancetype Signed-off-by: Helene Durand <[email protected]> * Fix example file Signed-off-by: Helene Durand <[email protected]> * Code review comment Signed-off-by: Helene Durand <[email protected]> Signed-off-by: Helene Durand <[email protected]>
Signed-off-by: Helene Durand [email protected]
What this PR does / why we need it:
KubeVirt support of instancetype and preferences and deprecation of flavor.
It also includes adding some unit tests.
The deprecation of
flavor
will happen in 2 steps:flavor
This will allow to keep
dev
working (including dashboard) until the migration is over.Which issue(s) this PR fixes:
Fixes #1452
What type of PR is this?
/kind feature
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: