Available with limitations in: CE
Available without limitations in: SE, SE+, EE
The module is not enabled by default in any bundles.
The module is configured using the ModuleConfig custom resource named sds-local-volume
(learn more about setting up Deckhouse…).
Example of the ModuleConfig/sds-local-volume
resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: sds-local-volume
spec:
version: 2
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 2
- 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"}