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
.
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 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.
csiStorageCapacities
required object proenabled
required string|boolean pro
Enabled defines if this option should be enabled.
enabled
required string|boolean pro