-
Bug
-
Resolution: Done-Errata
-
Undefined
-
CNV v4.17.0
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
-
None
Description of problem:
Created a VMSnapshot via CLI with v1beta1 apiVersion, Created a VMSnapshot via UI. Booth snapshot's yamls in UI show 'apiVersion: snapshot.kubevirt.io/v1alpha1' While via CLI we see v1beta1: $ oc get vmsnapshot -n snapshots-test-snapshots snapshot-vm-cnv-5084-1727776667-338208-number-1 -oyaml | grep apiVersion apiVersion: snapshot.kubevirt.io/v1beta1 $ oc get vmsnapshot -n snapshots-test-snapshots vm-cnv-5084-1727776667-338208-snapshot-20241001-130757 -oyaml | grep apiVersion apiVersion: snapshot.kubevirt.io/v1beta1
Version-Release number of selected component (if applicable):
4.17
How reproducible:
Always
Steps to Reproduce:
1. Create a VM 2. Create a VMSnapshot 3. Look at the snapshot yaml in the UI
Actual results:
apiVersion: snapshot.kubevirt.io/v1alpha1
Expected results:
apiVersion: snapshot.kubevirt.io/v1beta1
Additional info:
- links to
-
RHEA-2024:139653 OpenShift Virtualization 4.18.0 Images
- mentioned on