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 pro​bindAddress
required string 0.0.0.0 pro​
BindAddress under which vCluster will expose the proxy.
bindAddress
required string 0.0.0.0 pro​port
required integer 8443 pro​
Port under which vCluster will expose the proxy. Changing port is currently not supported.
port
required integer 8443 pro​extraSANs
required string[] [] pro​
ExtraSANs are extra hostnames to sign the vCluster proxy certificate for.
extraSANs
required string[] [] pro​