Ingresses
By default, this is disabled.
When enabled, sync all Ingress resources from the virtual cluster to the host cluster. Use this option to make a virtual cluster service available via a hostname/domain without having to configure DNS for each virtual cluster. You do, however, need to install a separate Ingress controller for each vCluster instance.
When enabled, vCluster automatically tries to detect the supported ingress version (networking.k8s.io/v1
or networking.k8s.io/v1beta1
).
Sync Ingresses from the virtual to host cluster
sync:
toHost:
ingresses:
enabled: true