plugin again
This commit is contained in:
@@ -3,7 +3,6 @@ apiVersion: storage.k8s.io/v1
|
|||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: openebs-3-replicas
|
name: openebs-3-replicas
|
||||||
namespace: openebs
|
|
||||||
parameters:
|
parameters:
|
||||||
protocol: nvmf
|
protocol: nvmf
|
||||||
repl: "3"
|
repl: "3"
|
||||||
|
|||||||
9
sc/openebs-snapshot.yaml
Normal file
9
sc/openebs-snapshot.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
|
kind: VolumeSnapshotClass
|
||||||
|
metadata:
|
||||||
|
name: csi-openebs-snapshotclass
|
||||||
|
annotations:
|
||||||
|
velero.io/csi-volumesnapshot-class: "true"
|
||||||
|
driver: io.openebs.csi-mayastor
|
||||||
|
deletionPolicy: Delete
|
||||||
@@ -111,6 +111,12 @@ initContainers:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
name: plugins
|
name: plugins
|
||||||
|
- name: velero-plugin-for-csi
|
||||||
|
image: velero/velero-plugin-for-csi:v0.7.1
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /target
|
||||||
|
name: plugins
|
||||||
|
|
||||||
# SecurityContext to use for the Velero deployment. Optional.
|
# SecurityContext to use for the Velero deployment. Optional.
|
||||||
# Set fsGroup for `AWS IAM Roles for Service Accounts`
|
# Set fsGroup for `AWS IAM Roles for Service Accounts`
|
||||||
|
|||||||
Reference in New Issue
Block a user