mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Using also uppercase proxy env variables (#4910)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3b7791501e
commit
d90a5f291b
@@ -411,8 +411,11 @@ no_proxy: >-
|
|||||||
|
|
||||||
proxy_env:
|
proxy_env:
|
||||||
http_proxy: "{{ http_proxy| default ('') }}"
|
http_proxy: "{{ http_proxy| default ('') }}"
|
||||||
|
HTTP_PROXY: "{{ http_proxy| default ('') }}"
|
||||||
https_proxy: "{{ https_proxy| default ('') }}"
|
https_proxy: "{{ https_proxy| default ('') }}"
|
||||||
|
HTTPS_PROXY: "{{ https_proxy| default ('') }}"
|
||||||
no_proxy: "{{ no_proxy| default ('') }}"
|
no_proxy: "{{ no_proxy| default ('') }}"
|
||||||
|
NO_PROXY: "{{ no_proxy| default ('') }}"
|
||||||
|
|
||||||
ssl_ca_dirs: >-
|
ssl_ca_dirs: >-
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user