-
Notifications
You must be signed in to change notification settings - Fork 404
Description
When trying to create as snapshot using examples, modified to match my environment I'm getting this error: snapshot_controller.go:310] createSnapshot [create-default/rbd-pvc-snapshot[ba056701-d142-11e8-813b-525400123456]]: error occurred in createSnapshotOperation: failed to take snapshot of the volume, pvc-b064c0f5d06d11e8: "rpc error: code = Unknown desc = RBD key for ID: admin not found".
I can create PVCs with csi-rbdplugin so I think everything is fine on this side. ceph-csi rbd plugin has been deployed as-is from here
Here's my deployment files, I'm not sure if i'm doing something wrong here, if so please let me know. I can provide logs and more if needed.
csi-rbdplugin:
storageclass.yaml
secret.yaml
pvc.yaml
pod.yaml
external-snapshotter:
setup.yaml
snapshotclass.yaml
snapshot.yaml
Thanks in advance for your help