kubespray/roles/etcd
Max Gautier 0b2e5b2f82
Retries ssh connection for Gather node certs (#10515)
This allows this task to work with a forks count > 10 and the default
configuration of sshd, which is to limit sessions to 10. (see
MaxSessions in sshd_config).

Since this is a delegate_to task, it connects to the same host (first
etcd) for each node in the cluster, thus easily going above 10.

Raising the ssh connection attempts allow for more robustness, without
decreasing the forks count or serialising the tasks, which could slow
the task (or the playbook as a whole, if decreasing forks).
2023-10-19 05:04:29 +02:00
..
defaults [etcd] Sometimes, we do not need to run etcd role on all nodes. (#9173) 2022-09-09 01:29:22 -07:00
handlers Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
meta Fix kubespray flatcar ansible_os_family and ansible_distribution (#8029) 2021-10-01 09:11:23 -07:00
tasks Retries ssh connection for Gather node certs (#10515) 2023-10-19 05:04:29 +02:00
templates [EOS-11830] Use ETCD port 2381 for metrics (#10332) 2023-08-08 11:06:16 -07:00