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

  • dataNodes
    object
    Settings for local volumes csi on nodes with data

    Default: {}

    • dataNodes.nodeSelector
      object

      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" }

  • enableThinProvisioning
    boolean
    Allow thin LVM volumes usage

    Default: false

  • logLevel
    string
    Module log level

    Default: DEBUG

    Allowed values: ERROR, WARN, INFO, DEBUG, TRACE