Skip to content
Unverified Commit a790935d authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Only setup *_PROXY env variables where needed (#7095)



no_proxy is a pain to get right, and having proxy variables present causes issues
(k8s components get proxy configuration after upgrade, see #7100)

It's better to only configure what require proxy:
- the runtime (containerd/docker/crio)
- the package manager + apt_key
- the download tasks

Tested with the following clusters
- 4 CentOS 8 nodes
- 1 Ubuntu 20.04 node

Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
parent 1fcbbd3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment