Skip to main content

CSI Nodes

Sync CSINode resources from the host cluster to the virtual cluster. Use this in conjunction with the virtual scheduler inside of vCluster for more advanced scheduling needs. Syncing the CSINode resources from the host helps the virtual scheduler make decisions about which node to schedule pods to.

Default value

Default: enabled: auto.

vCluster disables syncing by default but automatically enables this feature when you enable the virtual scheduler. Disabling this feature while using the virtual scheduler may result in incorrect pod scheduling.

Sync CSINodes from the host to virtual cluster

Configure enabled: true if you aren't using the virtual schedular but want to sync CSINode resources.

sync:
fromHost:
csiNodes:
enabled: true

Config reference

csiNodes required object pro

CSINodes defines if csi nodes should get synced from the host cluster to the virtual cluster, but not back. If auto, is automatically enabled when the virtual scheduler is enabled.

enabled required string|boolean pro

Enabled defines if this option should be enabled.