mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/advanced_vm_management/virt-creating-vms-from-rh-images-overview.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="virt-enabling-heterogeneous-clusters_{context}"]
|
|
= Enabling heterogeneous cluster support
|
|
|
|
[role="_abstract"]
|
|
You can enable golden image support for heterogeneous clusters by setting the `enableMultiArchBootImageImport` feature gate to `true` in the `HyperConverged` custom resource (CR).
|
|
|
|
:FeatureName: Golden image support for heterogeneous clusters
|
|
include::snippets/technology-preview.adoc[]
|
|
|
|
.Prerequisites
|
|
|
|
* You have access to the cluster as a user with `cluster-admin` permissions.
|
|
* You have installed the {oc-first}.
|
|
|
|
.Procedure
|
|
|
|
* Enable the `enableMultiArchBootImageImport` feature gate by running the following command:
|
|
+
|
|
[source,terminal,subs="attributes+"]
|
|
----
|
|
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} \
|
|
--type json -p '[{"op":"replace","path":"/spec/featureGates/enableMultiArchBootImageImport", "value": true}]'
|
|
----
|