-
Notifications
You must be signed in to change notification settings - Fork 17
Description
in sds/ceph-docker/examples/helm/README.md "Namespace Activation", it is unclear by the statement "To use Ceph Volumes in a namespace a secret containing the Client Key needs to be present." whether the secret should be created (by the user of this guide) before the following command "./activate-namespace.sh default" or is created by it. In the log I see that a secrete "pvc-ceph-client-key" is created in that step but it's unclear whether this is the client secret intended to be used by clients (if so, clarify that in the readme).
Also it is unclear whether there is a ceph admin secret created as part of this process or whether the user needs to create it, and at what point. The ceph admin secret also needs to be referenced by the user in any storageClass creation actions, so it needs to be clear if/when this is created or whether the user needs to do this as well.