1c5391dda7
* 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
|
||
---|---|---|
.. | ||
adduser | ||
bastion-ssh-config | ||
bootstrap-os | ||
container-engine | ||
download | ||
etcd | ||
etcdctl | ||
kubernetes | ||
kubernetes-apps | ||
kubespray-defaults | ||
network_plugin | ||
recover_control_plane | ||
remove-node | ||
reset | ||
upgrade | ||
win_nodes/kubernetes_patch |