Skip to main content

CSI Drivers

Sync CSIDriver 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 CSIDriver 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 CSIDrivers from the host to virtual cluster

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

sync:
fromHost:
csiDrivers:
enabled: true

Config reference

csiDrivers required object pro

CSIDrivers defines if csi drivers 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.