c12s-kubespray/roles/kubernetes
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
..
client Fix warning of mkdir usage (#6951) 2020-12-09 07:14:51 -08:00
kubeadm Ensure kubeadm doesn't use proxy (#7275) 2021-02-22 06:01:43 -08:00
master Ensure kubeadm doesn't use proxy (#7275) 2021-02-22 06:01:43 -08:00
node Ensure kubeadm doesn't use proxy (#7275) 2021-02-22 06:01:43 -08:00
node-label/tasks Fix setting node label if kube_override_hostname is defined (#6557) 2020-08-20 06:23:30 -07:00
preinstall preinstall: etcd group might not exists 2021-01-25 23:48:34 -08:00
tokens Fix E306 in roles/kubernetes (#6500) 2020-08-05 07:56:28 -07:00