Merge pull request #3172 from Atoms/additional-proxy

Add additional no proxy parameter for more customization
This commit is contained in:
k8s-ci-robot
2018-09-20 03:26:29 -07:00
committed by GitHub
3 changed files with 22 additions and 0 deletions

View File

@@ -333,6 +333,9 @@ no_proxy: >-
{%- endif -%}
{{ item }},{{ item }}.{{ dns_domain }},
{%- endfor -%}
{%- if additional_no_proxy is defined -%}
{{ additional_no_proxy }},
{%- endif -%}
127.0.0.1,localhost
{%- endif %}