add hdd-zfs sc
This commit is contained in:
parent
afedcf16d5
commit
e4c5846353
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
kind: StorageClass
|
||||||
|
metadata:
|
||||||
|
name: hdd-zfs
|
||||||
|
parameters:
|
||||||
|
poolname: hdd/encrypted/open-ebs
|
||||||
|
fstype: zfs
|
||||||
|
provisioner: zfs.csi.openebs.io
|
||||||
|
allowVolumeExpansion: true
|
||||||
|
volumeBindingMode: WaitForFirstConsumer
|
||||||
|
reclaimPolicy: Retain
|
Loading…
Reference in New Issue
Block a user