cluster_spec_clusterConfigSpec_proxy
Proxy represents cluster wide proxy information to access image repositories includes proxy address, no proxy list and self-signed certificate content Proxy is optional for creation and is immutable ProxyInfo is exclusive with AirgapInfo
{
"caCert": "caCert",
"httpProxy": "httpProxy",
"httpsProxy": "httpsProxy",
"noProxy": "noProxy"
}
Self-signed certificate or private root CA certificate in base64 format that used to verify the proxy's certificate. It is required only if the proxy server is a HTTPS proxy that configured with self-signed certificate or certificate signed by a private root CA certificate.
proxy HTTP traffic
proxy HTTPS traffic
proxy exclusion list, with format hosts or networks seperated by comma, for example "localhost,192.168.1.0/24"