rbd: enable CSI-Addons Server and Identity Service

Add a new endpoint for the CSI-Addons Service and enable the Identity
Service for the RBD plugin.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2021-11-26 20:20:03 +01:00
committed by mergify[bot]
parent 0f8bbaa217
commit b3910f2b4a
4 changed files with 90 additions and 0 deletions

View File

@ -118,6 +118,9 @@ type Config struct {
// snapshots allowed on rbd image without flattening, once the soft limit is
// reached cephcsi will start flattening the older rbd images.
MinSnapshotsOnImage uint
// CSI-Addons endpoint
CSIAddonsEndpoint string
}
// ValidateDriverName validates the driver name.