kubespray/roles/etcd/tasks
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
..
check_certs.yml project: fix var-spacing ansible rule (#10266) 2023-07-04 20:36:54 -07:00
configure.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
gen_certs_script.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
gen_nodes_certs_script.yml Retries ssh connection for Gather node certs (#10515) 2023-10-19 05:04:29 +02:00
install_docker.yml Install etcdutl file by default (#10385) 2023-08-23 07:04:22 -07:00
install_host.yml Install etcdutl file by default (#10385) 2023-08-23 07:04:22 -07:00
join_etcd-events_member.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
join_etcd_member.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
main.yml Install etcdutl file by default (#10385) 2023-08-23 07:04:22 -07:00
refresh_config.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
upd_ca_trust.yml Fix outdated tag and experimental ansible-lint rules (#10254) 2023-06-30 02:51:57 -07:00