mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
5983d5730a
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>
10 lines
209 B
YAML
10 lines
209 B
YAML
---
|
|
apiVersion: snapshot.storage.k8s.io/v1
|
|
kind: VolumeSnapshot
|
|
metadata:
|
|
name: nfs-pvc-snapshot
|
|
spec:
|
|
volumeSnapshotClassName: csi-nfsplugin-snapclass
|
|
source:
|
|
persistentVolumeClaimName: csi-nfs-pvc
|