Global Proxy Configuration
These options configure HTTP_PROXY, HTTPS_PROXY, and NOPROXY environment
variables for docker and master services.
Most environments do not require a proxy between OpenShift masters, nodes, and
etcd hosts. So automatically add those host names to the openshift_no_proxy list.
If all of your hosts share a common domain you may wish to disable this and
specify that domain above.
openshift_generate_no_proxy_hosts=True
# Global Proxy Configuration
# These options configure HTTP_PROXY, HTTPS_PROXY, and NOPROXY environment
# variables for docker and master services.
openshift_http_proxy=http://<user>:<password>@<ip_addr>:<port>
openshift_https_proxy=https://<user>:<password>@<ip_addr>:<port>
openshift_no_proxy='.hosts.example.com,some-host.com'
#
# Most environments do not require a proxy between OpenShift masters, nodes, and
# etcd hosts. So automatically add those host names to the openshift_no_proxy list.
# If all of your hosts share a common domain you may wish to disable this and
# specify that domain above.
# openshift_generate_no_proxy_hosts=True
Copy to ClipboardCopied!Toggle word wrapToggle overflow