c12s-kubespray/roles/download/tasks
Etienne Champetier a790935d02
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: Etienne Champetier <champetier.etienne@gmail.com>
2021-01-11 07:21:08 -08:00
..
check_pull_required.yml Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
download_container.yml Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
download_file.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
extract_file.yml Added file and container image caching (#4828) 2019-06-10 11:21:07 -07:00
main.yml Fix crictl with Docker (#7081) 2020-12-23 08:28:26 -08:00
prep_download.yml Remove support for CoreOS Container Linux (#6576) 2020-08-28 02:28:53 -07:00
prep_kubeadm_images.yml fix ansible password authentication (#6907) 2020-11-30 15:12:50 -08:00
set_container_facts.yml Download once for crio (#6998) 2020-12-21 01:54:25 -08:00