1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/virt-enabling-bootsource-update.adoc
2022-03-14 13:33:48 +00:00

20 lines
743 B
Plaintext

// Module included in the following assembly:
//
// * virt/virtual_machines/advanced_vm_management/virt-automatic-bootsource-updates.adoc
//
:_content-type: PROCEDURE
[id="virt-enabling-bootsource-update_{context}"]
= Enabling automatic boot source updates
If you have pre-defined boot sources from {VirtProductName} 4.9, then you must manually opt them in to the automatic boot source updates. All pre-defined boot sources from {VirtProductName} 4.10 and later are automatically updated by default.
.Procedure
* Use the following command to apply the `dataImportCron` label to the data source:
+
[source,terminal]
----
$ oc label --overwrite DataSource rhel8 -n openshift-virtualization-os-images cdi.kubevirt.io/dataImportCron=true
----