mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
12 lines
324 B
YAML
12 lines
324 B
YAML
|
---
|
||
|
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
||
|
kind: VolumeSnapshotClass
|
||
|
metadata:
|
||
|
name: csi-rbdplugin-snapclass
|
||
|
snapshotter: csi-rbdplugin
|
||
|
parameters:
|
||
|
pool: rbd
|
||
|
monitors: mon1:port,mon2:port,...
|
||
|
csi.storage.k8s.io/snapshotter-secret-name: csi-rbd-secret
|
||
|
csi.storage.k8s.io/snapshotter-secret-namespace: default
|