-
- Downloads
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>
Showing
- cluster.yml 0 additions, 18 deletionscluster.yml
- remove-node.yml 0 additions, 15 deletionsremove-node.yml
- reset.yml 0 additions, 15 deletionsreset.yml
- roles/bootstrap-os/tasks/bootstrap-centos.yml 1 addition, 0 deletionsroles/bootstrap-os/tasks/bootstrap-centos.yml
- roles/bootstrap-os/tasks/bootstrap-coreos.yml 1 addition, 4 deletionsroles/bootstrap-os/tasks/bootstrap-coreos.yml
- roles/bootstrap-os/tasks/bootstrap-debian.yml 0 additions, 9 deletionsroles/bootstrap-os/tasks/bootstrap-debian.yml
- roles/bootstrap-os/tasks/bootstrap-fedora.yml 0 additions, 2 deletionsroles/bootstrap-os/tasks/bootstrap-fedora.yml
- roles/bootstrap-os/tasks/bootstrap-flatcar.yml 1 addition, 4 deletionsroles/bootstrap-os/tasks/bootstrap-flatcar.yml
- roles/bootstrap-os/tasks/main.yml 0 additions, 1 deletionroles/bootstrap-os/tasks/main.yml
- roles/container-engine/containerd/tasks/containerd_repo.yml 1 addition, 0 deletionsroles/container-engine/containerd/tasks/containerd_repo.yml
- roles/container-engine/crun/tasks/main.yml 2 additions, 0 deletionsroles/container-engine/crun/tasks/main.yml
- roles/container-engine/docker/tasks/main.yml 2 additions, 0 deletionsroles/container-engine/docker/tasks/main.yml
- roles/download/tasks/download_file.yml 1 addition, 0 deletionsroles/download/tasks/download_file.yml
- roles/kubespray-defaults/tasks/main.yaml 13 additions, 0 deletionsroles/kubespray-defaults/tasks/main.yaml
- scale.yml 0 additions, 18 deletionsscale.yml
- upgrade-cluster.yml 0 additions, 22 deletionsupgrade-cluster.yml
Please register or sign in to comment