Proxy
The Proxy feature lets you configure the address and port that the tenant 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 object ​
Proxy defines options for the virtual cluster control plane proxy that is used to do authentication and intercept requests.
proxy object ​bindAddress string 0.0.0.0 ​
BindAddress under which vCluster will expose the proxy.
bindAddress string 0.0.0.0 ​port integer 8443 ​
Port under which vCluster will expose the proxy. Changing port is currently not supported.
port integer 8443 ​extraSANs string[] [] ​
ExtraSANs are extra hostnames to sign the vCluster proxy certificate for.
extraSANs string[] [] ​