feat(openebs): enable volume expansion for openebs-dual sc, set storage classes to retain
This commit is contained in:
parent
2babcfa451
commit
92fc3a2ce8
|
@ -51,6 +51,8 @@ spec:
|
||||||
enabled: false
|
enabled: false
|
||||||
storageClass:
|
storageClass:
|
||||||
nameSuffix: single
|
nameSuffix: single
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
allowVolumeExpansion: true
|
||||||
tolerations:
|
tolerations:
|
||||||
# tolerate control plane
|
# tolerate control plane
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
|
|
|
@ -5,4 +5,6 @@ metadata:
|
||||||
parameters:
|
parameters:
|
||||||
protocol: nvmf
|
protocol: nvmf
|
||||||
repl: "2"
|
repl: "2"
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
allowVolumeExpansion: true
|
||||||
provisioner: io.openebs.csi-mayastor
|
provisioner: io.openebs.csi-mayastor
|
Loading…
Reference in New Issue