The module is actively developed. It might significantly change in the future.

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

  • logLevel string
    Module log level

    Default: DEBUG

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