Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 861 Bytes

csi-addons-config.md

File metadata and controls

14 lines (10 loc) · 861 Bytes

CSI-Addons Operator Configuration

CSI-Addons Operator can consume configuration from a ConfigMap named csi-addons-config in the same namespace as the operator. This enables configuration of the operator to persist across upgrades. The ConfigMap can support the following configuration options:

Option Default value Description
reclaim-space-timeout "3m" Timeout for reclaimspace operation
max-concurrent-reconciles "100" Maximum number of concurrent reconciles

csi-addons-config ConfigMap is provided as an example.

Note: The operator pod needs to be restarted for any change in configuration to take effect.