Proxy
The Proxy feature lets you configure the address and port that the virtual cluster's API server listens on. vCluster uses these fields when generating the certificate for TLS.
Config reference
Deprecated Flag | Config Field |
---|---|
--bind-address | proxy.bindAddress |
--port | proxy.port |
--tls-san | proxy.extraSANs |
proxy
required object pro
Proxy defines options for the virtual cluster control plane proxy that is used to do authentication and intercept requests.
proxy
required object probindAddress
required string pro
BindAddress under which vCluster will expose the proxy.
bindAddress
required string proport
required integer pro
Port under which vCluster will expose the proxy. Changing port is currently not supported.
port
required integer proextraSANs
required string[] pro
ExtraSANs are extra hostnames to sign the vCluster proxy certificate for.
extraSANs
required string[] pro