Update storage profiles

This commit is contained in:
Joseph Hanson 2024-07-21 07:31:15 -05:00
parent c731a5ddd9
commit 1e2cdffe3a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 10 additions and 8 deletions

View file

@ -5,6 +5,6 @@ kind: Kustomization
resources:
# Flux-Kustomizations
- ./ingress.yaml
- ./sp-hostpath.yaml
- ./sp-hostpath-nvme1.yaml
- ./sp-nfs-zfs-csi.yaml
- ./sp-openebs-hostpath.yaml
- ./sp-openebs-zfs.yaml

View file

@ -8,19 +8,20 @@ metadata:
app.kubernetes.io/component: storage
app.kubernetes.io/managed-by: cdi-controller
cdi.kubevirt.io: ""
name: local-hostpath-nvme1
name: openebs-zfs
spec:
claimPropertySets:
- accessModes:
- ReadWriteOnce
volumeMode: Filesystem
snapshotClass: openebs-zfs
status:
claimPropertySets:
- accessModes:
- ReadWriteOnce
volumeMode: Block
cloneStrategy: copy
cloneStrategy: clone
dataImportCronSourceFormat: pvc
provisioner: openebs.io/local
snapshotClass: local-hostpath-nvme1
storageClass: local-hostpath-nvme1
snapshotClass: openebs-zfs
storageClass: openebs-zfs

View file

@ -4,8 +4,9 @@ apiVersion: v1
metadata:
name: kbench-pvc
spec:
storageClassName: zfs-generic-nfs-csi
# storageClassName: openebs-hostpath
# storageClassName: zfs-generic-nfs-csi
storageClassName: openebs-hostpath
# storageClassName: openebs-zfs
accessModes:
- ReadWriteOnce
resources: