The functionality of the module might change, but the main features will remain. Compatibility with future versions is guaranteed, but might require additional migration steps.
Schema version: 2
-
dataNodesSettings for local volumes csi on nodes with data
Default:
{}
-
dataNodes.nodeSelector
The same as in the Pods
spec.nodeSelector
parameter in Kubernetes.If parameter is omitted, local volume csi will be placed on all nodes.
Caution! Changing this parameter does not result in data redistribution. If node with data no longer matches the
nodeSelector
, data on that node will become inaccessible.Default:
{ "kubernetes.io/os": "linux" }
-
-
enableThinProvisioningAllow thin LVM volumes usage
Default:
false
-
logLevelModule log level
Default:
DEBUG
Allowed values:
ERROR
,WARN
,INFO
,DEBUG
,TRACE