Skip to main content

Persistent Volumes

By default, this is disabled.

Sync PersistentVolume resources from the virtual cluster to the host cluster. When disabled, vCluster creates pseudo PersistentVolume resources instead. Enabling PersistentVolume syncing is not necessary in order to use PersistentVolumeClaim syncing.

Enable this feature if you have a scenario that require details about the PersistentVolume and its IDs, you want to create PersistentVolume's directly in the virtual cluster, such as when you want to use velero or specific CSI drivers.

Sync PersistentVolumes from the virtual to host cluster

sync:
toHost:
persistentVolumes:
enabled: true

Config reference

persistentVolumes required object pro

PersistentVolumes defines if persistent volumes created within the virtual cluster should get synced to the host cluster.

enabled required boolean pro

Enabled defines if this option should be enabled.