1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-21 06:39:28 +00:00

Remove requirement for ceph config and keyring files

This commit is contained in:
Fred Rolland 2019-02-19 12:09:07 +02:00
parent 020ad61d06
commit 6faaf8b5b0

View File

@ -55,7 +55,6 @@ Parameter | Required
Admin credentials are required for provisioning new RBD images Admin credentials are required for provisioning new RBD images
`ADMIN_NAME`: `ADMIN_PASSWORD` - note that the key of the key-value pair is the name of the client with admin privileges, and the value is its password `ADMIN_NAME`: `ADMIN_PASSWORD` - note that the key of the key-value pair is the name of the client with admin privileges, and the value is its password
Also note that CSI RBD expects admin keyring and Ceph config file in `/etc/ceph`.
## Deployment with Kubernetes ## Deployment with Kubernetes