Kubeinit / kubeinit

Ansible automation to have a KUBErnetes cluster INITialized as soon as possible...

Home Page:https://www.kubeinit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible playbook failing with the latest code

shankar-bala opened this issue · comments

Describe the bug
Hi,

I pulled the latest code, and i see ansible playbook failing as below

TASK [kubeinit.kubeinit.kubeinit_services : Make sure we can execute remote commands on service before we continue] *********************************************************************************************FAILED - RETRYING: Make sure we can execute remote commands on service before we continue (30 retries left).
FAILED - RETRYING: Make sure we can execute remote commands on service before we continue (29 retries left).
FAILED - RETRYING: Make sure we can execute remote commands on service before we continue (28 retries left).
FAILED - RETRYING: Make sure we can execute remote commands on service before we continue (27 retries left).
FAILED - RETRYING: Make sure we can execute remote commands on service before we continue (26 retries left).
|
|
fatal: [localhost -> hypervisor-01]: FAILED! => {"attempts": 30, "changed": true, "cmd": "set -o pipefail\nssh -i ~/.ssh/okdcluster_id_rsa -o ConnectTimeout=5 -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new -o ProxyCommand="ssh -i ~/.ssh/okdcluster_id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new -W %h:%p -q root@a.b.c.d" root@10.0.0.253 'echo connected' || true\n", "delta": "0:00:03.199444", "end": "2022-02-17 18:34:33.408046", "msg": "", "rc": 0, "start": "2022-02-17 18:34:30.208602", "stderr": "kex_exchange_identification: Connection closed by remote host", "stderr_lines": ["kex_exchange_identification: Connection closed by remote host"], "stdout": "", "stdout_lines": []}

Please let me know if i am missing something.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days