kubespray/roles/kubernetes
Max Gautier 2826b357d4
Remove serialized collect of ansible_default_ipv4
The fallback_ips tasks are essentially serializing the gathering of one
fact on all the hosts, which can have dramatic performance implications
on large clusters (several minutes).

This is essentially a reversal of 35f248dff0
Being able to run without refreshing the cache facts is not worth it.

We keep fallback_ip for now, simply changing the access to a normal
hostvars variable instead of a custom dictionnary.
2024-10-04 14:19:20 +02:00
..
client Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
control-plane Remove serialized collect of ansible_default_ipv4 2024-10-04 14:19:20 +02:00
kubeadm Test group membership with group_names 2024-09-21 14:09:09 +02:00
kubeadm_common Document how to use kubeadm patches 2024-09-12 10:31:09 +02:00
node Remove serialized collect of ansible_default_ipv4 2024-10-04 14:19:20 +02:00
node-label/tasks Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
node-taint/tasks fix(kubernetes): taint nodes with kubectl (#10705) 2024-01-23 15:46:13 +01:00
preinstall Don't generate static tokens for nodes and control planes 2024-09-23 16:58:42 +02:00