Skip to main content

Persistent Volume Claims

By default, this is enabled.

Sync PersistentVolumeClaim resources from the virtual cluster to the host cluster.

Disable syncing PersistentVolumeClaims from the virtual to host cluster

sync:
toHost:
persistentVolumeClaims:
enabled: false

Config reference

persistentVolumeClaims required object pro

PersistentVolumeClaims defines if persistent volume claims created within the virtual cluster should get synced to the host cluster.

enabled required boolean pro

Enabled defines if this option should be enabled.