Browse Source
Only setup *_PROXY env variables where needed (#7095)
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>pull/7134/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 22 additions and 108 deletions
Split View
Diff Options
-
18cluster.yml
-
15remove-node.yml
-
15reset.yml
-
1roles/bootstrap-os/tasks/bootstrap-centos.yml
-
5roles/bootstrap-os/tasks/bootstrap-coreos.yml
-
9roles/bootstrap-os/tasks/bootstrap-debian.yml
-
2roles/bootstrap-os/tasks/bootstrap-fedora.yml
-
5roles/bootstrap-os/tasks/bootstrap-flatcar.yml
-
1roles/bootstrap-os/tasks/main.yml
-
1roles/container-engine/containerd/tasks/containerd_repo.yml
-
2roles/container-engine/crun/tasks/main.yml
-
2roles/container-engine/docker/tasks/main.yml
-
1roles/download/tasks/download_file.yml
-
13roles/kubespray-defaults/tasks/main.yaml
-
18scale.yml
-
22upgrade-cluster.yml
Write
Preview
Loading…
Cancel
Save