CNV-95175: virt: use new HCO field instead of a feature gate for heterogeneous clusters - #117898
CNV-95175: virt: use new HCO field instead of a feature gate for heterogeneous clusters#117898nunnatsa wants to merge 1 commit into
Conversation
|
@nunnatsa: This pull request references CNV-95174 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 story to target the "5.0.0" version, but no target version was set. DetailsIn 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. |
The heterogeneous cluster support in virt is now GA. however, it is disabled by default for the boot source images. The `enableMultiArchBootImageImport` feature gate in the HyperConverged CR is deprecated. Instead, use the `spec.workloadSources.enableMultiArchBootImageImport` field. This PR removes the tech preview warnings, and guides to use the new field instead of the deprecated feature gate. Signed-off-by: Nahshon Unna Tsameret <nunnatsa@redhat.com>
ea481fe to
c6926f9
Compare
|
@nunnatsa: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
@nunnatsa: This pull request references CNV-95175 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 story to target the "5.0.0" version, but no target version was set. DetailsIn 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. |
The heterogeneous cluster support in virt is now GA. however, it is disabled by default for the boot source images.
The
enableMultiArchBootImageImportfeature gate in the HyperConverged CR is deprecated. Instead, use thespec.workloadSources.enableMultiArchBootImageImportfield.This PR removes the tech preview warnings, and guides to use the new
field instead of the deprecated feature gate.
Version(s):
v4.23, v5.0
Issue:
https://redhat.atlassian.net/browse/CNV-95175
QE review:
@ctomasko