c12s-kubespray/roles/kubernetes/kubeadm
Etienne Champetier 40857b9859 Ensure kubeadm doesn't use proxy (#7275)
* Move proxy_env to kubespray-defaults/defaults

There is no reasons to use set_facts here

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>

* Ensure kubeadm doesn't use proxy

*_proxy variables might be present in the environment (/etc/environment, bash profile, ...)
When this is the case we end up with those proxy configuration in /etc/kubernetes/manifests/kube-*.yaml manifests

We cannot unset env variables, but kubeadm is nice enough to ignore empty vars
93d288e2a4/cmd/kubeadm/app/util/env.go (L27)

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
(cherry picked from commit 1c5391dda7)
2021-02-22 06:01:43 -08:00
..
defaults fix scaling in kubeadm etcd mode (#6822) 2020-10-21 07:32:32 -07:00
handlers Fix handler naming issue for Kubeadm | kubelet (#6803) 2020-10-11 08:26:47 -07:00
tasks Ensure kubeadm doesn't use proxy (#7275) 2021-02-22 06:01:43 -08:00
templates Remove Kubernetes <1.16 conditionals (#6088) 2020-05-08 00:45:43 -07:00