default class
This commit is contained in:
parent
8757d908e9
commit
8a70bf0106
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue