Skip to content
Snippets Groups Projects
Select Git revision
  • 23b899870143e79cbbd4e54fa26a44ce2fb26742
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

proxy.md

Blame
  • user avatar
    Maxime Guyot authored and Kubernetes Prow Robot committed
    a9b67d58
    History

    Setting up Environment Proxy

    If you set http and https proxy, all nodes and loadbalancer will be excluded from proxy with generating no_proxy variable in roles/kubespray-defaults/defaults/main.yml, if you have additional resources for exclude add them to additional_no_proxy variable. If you want fully override your no_proxy setting, then fill in just no_proxy and no nodes or loadbalancer addresses will be added to no_proxy.

    Set proxy for http and https

    http_proxy:"http://example.proxy.tld:port" https_proxy:"http://example.proxy.tld:port"

    Set default no_proxy (this will override default no_proxy generation)

    no_proxy: "node1,node1_ip,node2,node2_ip...additional_host"

    Set additional addresses to default no_proxy (all cluster nodes and loadbalancer)

    additional_no_proxy: "aditional_host,"