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
annotations:
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
parameters:
recordsize: "128k"

View file

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