Experimental sync settings
Experimental Feature
This feature is experimental. Breaking changes may occur between releases. It may become Enterprise-only or be deprecated. Not recommended for production use.
Supported Configurations
Running the control plane as a container with:
Feature matrix​
| Feature | Open Source | Pro | Notes |
|---|---|---|---|
| setOwner | ✅ | ✅ | Replaces --set-owner. |
| hostMetricsBindAddress | ✅ | ✅ | |
| virtualMetricsBindAddress | ✅ | ✅ |
Config reference​
syncSettings object ​
SyncSettings are advanced settings for the syncer controller.
syncSettings object ​setOwner boolean true ​
SetOwner specifies if vCluster should set an owner reference on the synced objects to the vCluster service. This allows for easy garbage collection.
setOwner boolean true ​hostMetricsBindAddress string ​
HostMetricsBindAddress is the bind address for the local manager
hostMetricsBindAddress string ​virtualMetricsBindAddress string ​
VirtualMetricsBindAddress is the bind address for the virtual manager
virtualMetricsBindAddress string ​