1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #65983 from sjhala-ccs/cnv-20240-rn

CNV#20240: RN vTPM persistent state
This commit is contained in:
Shikha Jhala
2023-10-11 09:56:01 -04:00
committed by GitHub

View File

@@ -63,6 +63,7 @@ The SVVP Certification applies to:
* You can enable xref:../../virt/virtual_machines/virt-accessing-vm-ssh#adding-dynamic-key-vm[dynamic SSH key injection] for {op-system-base} 9 VMs. Then, you can update the authorized SSH keys at runtime.
//CNV-20240 Release notes: CHANGE
* {VirtProductName} now supports persisting the virtual Trusted Platform Module (vTPM) device state by using Persistent Volume Claims (PVCs) for VMs. You must xref:../../virt/virtual_machines/virt-using-vtpm-devices.adoc#virt-about-vtpm-devices_virt-using-vtpm-devices[specify the storage class] to be used by the PVC by setting the `vmStateStorageClass` attribute in the `HyperConverged` custom resource (CR).
//CNV-20458 Release notes: NEW