default class

This commit is contained in:
Joseph Hanson 2024-07-21 11:20:28 -05:00
parent 8757d908e9
commit 8a70bf0106
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ metadata:
name: openebs-zfs name: openebs-zfs
annotations: annotations:
storageclass.kubevirt.io/is-default-virt-class: "true" storageclass.kubevirt.io/is-default-virt-class: "true"
# storageclass.kubernetes.io/is-default-class: "true" storageclass.kubernetes.io/is-default-class: "true"
provisioner: zfs.csi.openebs.io provisioner: zfs.csi.openebs.io
parameters: parameters:
recordsize: "128k" recordsize: "128k"

View file

@ -4,7 +4,7 @@ kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1 apiVersion: snapshot.storage.k8s.io/v1
metadata: metadata:
name: openebs-zfs name: openebs-zfs
# annotations: annotations:
# snapshot.storage.kubernetes.io/is-default-class: "true" snapshot.storage.kubernetes.io/is-default-class: "true"
driver: zfs.csi.openebs.io driver: zfs.csi.openebs.io
deletionPolicy: Delete deletionPolicy: Delete