Skip to main content
Version: main 🚧

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.

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 auto pro​

Enabled defines if this option should be enabled.