Skip to main content
Version: main 🚧

CSI Storage Capacities

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

Default value​

Default: enabled: auto.

Sync CSIStorageCapacities from the host to virtual cluster​

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

sync:
fromHost:
csiStorageCapacities:
enabled: true

Config reference​

csiStorageCapacities required object pro​

CSIStorageCapacities defines if csi storage capacities 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.