https://github.com/yp-engineering/rbd-docker-plugin/blob/master/driver.go#L815 assumes keyrings can be found at /etc/ceph/. This is sometimes impractical in a large scale setup where syncing /etc/ceph is not possible.
rbd can also take a secret, rather than looking up at /etc/ceph. An example can be found at https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/rbd/rbd_util.go#L231
https://github.com/yp-engineering/rbd-docker-plugin/blob/master/driver.go#L815 assumes keyrings can be found at /etc/ceph/. This is sometimes impractical in a large scale setup where syncing
/etc/cephis not possible.rbd can also take a secret, rather than looking up at
/etc/ceph. An example can be found at https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/rbd/rbd_util.go#L231