mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
11 lines
284 B
YAML
11 lines
284 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,...
|
|
csiSnapshotterSecretName: csi-rbd-secret
|
|
csiSnapshotterSecretNamespace: default
|