mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
deploy: add support for nfs snapshot
This commit add external-snapshotter container and required rbac to support nfs snaphots. Example volumesnaphotclass, volumesnapshot, pvc-restore and pod-restore yamls are also added. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
9
examples/nfs/snapshot.yaml
Normal file
9
examples/nfs/snapshot.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
name: nfs-pvc-snapshot
|
||||
spec:
|
||||
volumeSnapshotClassName: csi-nfsplugin-snapclass
|
||||
source:
|
||||
persistentVolumeClaimName: csi-nfs-pvc
|
Reference in New Issue
Block a user