Skip to content
17 changes: 16 additions & 1 deletion vcluster/_fragments/sync-from-host-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,23 @@ There are a couple of labels that are created on the host cluster by vCluster th
* `vcluster.loft.sh/managed-by`
* `vcluster.loft.sh/controlled-by`

### Enabled by default
### Resource creation behavior
Cluster-scoped resources are surfaced read-only. If they don’t already exist in the virtual cluster, they are not created during sync. This includes:
- [Nodes](../configure/vcluster-yaml/sync/from-host/nodes.mdx)
- [IngressClasses](../configure/vcluster-yaml/sync/from-host/ingress-classes.mdx)
- [StorageClasses](../configure/vcluster-yaml/sync/from-host/storage-classes.mdx)
- [CSINodes](../configure/vcluster-yaml/sync/from-host/csi-nodes.mdx)
- [CSIDrivers](../configure/vcluster-yaml/sync/from-host/csi-drivers.mdx)
- Cluster-scoped [CustomResources](../configure/vcluster-yaml/sync/from-host/custom-resources.mdx)

Namespaced resources are materialized in the virtual cluster if they don’t already exist. This includes:
- [Events](../configure/vcluster-yaml/sync/from-host/events.mdx)
- [CSIStorageCapacities](../configure/vcluster-yaml/sync/from-host/csi-storage-capacities.mdx)
- [ConfigMaps](../configure/vcluster-yaml/sync/from-host/configmaps.mdx)
- [Secrets](../configure/vcluster-yaml/sync/from-host/secrets.mdx)
- namespace-scoped [CustomResources](../configure/vcluster-yaml/sync/from-host/custom-resources.mdx)

### Enabled by default
* [Events](../configure/vcluster-yaml/sync/from-host/events.mdx)

### Disabled by default
Expand Down
Loading