kubespray
kubespray copied to clipboard
This problem occurs during installation.
I’ve been suffering for a week now, I can’t install kubespray, everything I need is listed below: I tried installing repositories manually in CentOs, but it didn't work.
Ansible Linux 5.10.0-26-amd64 x86_64 PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
Master01-03 Node01-03: Linux 3.10.0-1160.102.1.el7.x86_64 x86_64 NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
inventory.ini: [all] master01 ansible_host=192.168.1.21 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd1 master02 ansible_host=192.168.1.23 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd2 master03 ansible_host=192.168.1.25 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd3 node01 ansible_host=192.168.1.22 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd4 node02 ansible_host=192.168.1.24 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd5 node03 ansible_host=192.168.1.26 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa etcd_member_name=etcd6
[kube_control_plane] master01 master02 master03
[etcd] master01 master02 master03
[kube_node] node01 node02 node03
[calico_rr]
[k8s_cluster:children] kube_control_plane kube_node calico_rr
ERROR: TASK [download : Download_file | Create dest directory on node] ***************************************************************************************************************************** ok: [master03] ok: [master01] ok: [master02] Воскресенье 29 октября 2023 18:57:15 +0300 (0:00:02.030) 0:06:34.607 *** Воскресенье 29 октября 2023 18:57:15 +0300 (0:00:00.033) 0:06:34.641 *** Воскресенье 29 октября 2023 18:57:15 +0300 (0:00:00.325) 0:06:34.966 *** FAILED - RETRYING: [master01]: Download_file | Validate mirrors (4 retries left). FAILED - RETRYING: [master02]: Download_file | Validate mirrors (4 retries left). FAILED - RETRYING: [master03]: Download_file | Validate mirrors (4 retries left). FAILED - RETRYING: [master02]: Download_file | Validate mirrors (3 retries left). FAILED - RETRYING: [master01]: Download_file | Validate mirrors (3 retries left). FAILED - RETRYING: [master03]: Download_file | Validate mirrors (3 retries left). FAILED - RETRYING: [master01]: Download_file | Validate mirrors (2 retries left). FAILED - RETRYING: [master02]: Download_file | Validate mirrors (2 retries left). FAILED - RETRYING: [master03]: Download_file | Validate mirrors (2 retries left). FAILED - RETRYING: [master01]: Download_file | Validate mirrors (1 retries left). FAILED - RETRYING: [master02]: Download_file | Validate mirrors (1 retries left). FAILED - RETRYING: [master03]: Download_file | Validate mirrors (1 retries left).
TASK [download : Download_file | Validate mirrors] ****************************************************************************************************************************************** failed: [master01] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring failed: [master02] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} fatal: [master02 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring failed: [master03] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} fatal: [master03 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring Воскресенье 29 октября 2023 18:57:43 +0300 (0:00:27.514) 0:07:02.480 ***
TASK [download : Download_file | Get the list of working mirrors] *************************************************************************************************************************** ok: [master02] ok: [master01] ok: [master03] Воскресенье 29 октября 2023 18:57:44 +0300 (0:00:00.768) 0:07:03.249 ***
TASK [download : Download_file | Download item] ********************************************************************************************************************************************* fatal: [master03 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} fatal: [master02 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
I am in Russia. VPN does not save the situation, and the result is exactly the same.
-vvv:
Воскресенье 29 октября 2023 19:20:34 +0300 (0:00:00.337) 0:05:31.276 ***
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596436.0872512-31521-76138288818318
" && echo ansible-tmp-1698596436.0872512-31521-76138288818318="echo /root/.ansible/tmp/ansible-tmp-1698596436.0872512-31521-76138288818318
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596436.6443322-31522-88004556503430
" && echo ansible-tmp-1698596436.6443322-31522-88004556503430="echo /root/.ansible/tmp/ansible-tmp-1698596436.6443322-31522-88004556503430
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596437.174415-31523-152535074168864
" && echo ansible-tmp-1698596437.174415-31523-152535074168864="echo /root/.ansible/tmp/ansible-tmp-1698596437.174415-31523-152535074168864
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596442.1058676-31521-111085859090922
" && echo ansible-tmp-1698596442.1058676-31521-111085859090922="echo /root/.ansible/tmp/ansible-tmp-1698596442.1058676-31521-111085859090922
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596442.4022167-31522-135991068644267
" && echo ansible-tmp-1698596442.4022167-31522-135991068644267="echo /root/.ansible/tmp/ansible-tmp-1698596442.4022167-31522-135991068644267
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596442.940671-31523-139179900586835
" && echo ansible-tmp-1698596442.940671-31523-139179900586835="echo /root/.ansible/tmp/ansible-tmp-1698596442.940671-31523-139179900586835
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596447.9310083-31521-165630554732831
" && echo ansible-tmp-1698596447.9310083-31521-165630554732831="echo /root/.ansible/tmp/ansible-tmp-1698596447.9310083-31521-165630554732831
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596448.1499684-31522-252940725656008
" && echo ansible-tmp-1698596448.1499684-31522-252940725656008="echo /root/.ansible/tmp/ansible-tmp-1698596448.1499684-31522-252940725656008
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596448.6866193-31523-110489811895375
" && echo ansible-tmp-1698596448.6866193-31523-110489811895375="echo /root/.ansible/tmp/ansible-tmp-1698596448.6866193-31523-110489811895375
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596453.6697056-31521-107835157065722
" && echo ansible-tmp-1698596453.6697056-31521-107835157065722="echo /root/.ansible/tmp/ansible-tmp-1698596453.6697056-31521-107835157065722
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596453.899083-31522-86403762294555
" && echo ansible-tmp-1698596453.899083-31522-86403762294555="echo /root/.ansible/tmp/ansible-tmp-1698596453.899083-31522-86403762294555
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596454.436592-31523-155976064818762
" && echo ansible-tmp-1698596454.436592-31523-155976064818762="echo /root/.ansible/tmp/ansible-tmp-1698596454.436592-31523-155976064818762
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596459.418284-31521-272228396024461
" && echo ansible-tmp-1698596459.418284-31521-272228396024461="echo /root/.ansible/tmp/ansible-tmp-1698596459.418284-31521-272228396024461
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596459.6484632-31522-53692127722859
" && echo ansible-tmp-1698596459.6484632-31522-53692127722859="echo /root/.ansible/tmp/ansible-tmp-1698596459.6484632-31522-53692127722859
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh:
TASK [download : Download_file | Validate mirrors] ******************************************************************************************************************************************
task path: /root/kubespray/roles/download/tasks/download_file.yml:58
failed: [master01] (item=None) => {
"attempts": 4,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
...ignoring
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698596460.20937-31523-116123078459987
" && echo ansible-tmp-1698596460.20937-31523-116123078459987="echo /root/.ansible/tmp/ansible-tmp-1698596460.20937-31523-116123078459987
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.9/dist-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh:
TASK [download : Download_file | Get the list of working mirrors] *************************************************************************************************************************** task path: /root/kubespray/roles/download/tasks/download_file.yml:81 ok: [master01] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } ok: [master02] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } ok: [master03] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } Воскресенье 29 октября 2023 19:21:01 +0300 (0:00:00.685) 0:05:58.613 ***
TASK [download : Download_file | Download item] ********************************************************************************************************************************************* task path: /root/kubespray/roles/download/tasks/download_file.yml:88 fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [master02 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [master03 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false }
NO MORE HOSTS LEFT **************************************************************************************************************************************************************************
PLAY RECAP ********************************************************************************************************************************************************************************** localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 master01 : ok=194 changed=0 unreachable=0 failed=1 skipped=340 rescued=0 ignored=1 master02 : ok=170 changed=0 unreachable=0 failed=1 skipped=301 rescued=0 ignored=1 master03 : ok=170 changed=0 unreachable=0 failed=1 skipped=301 rescued=0 ignored=1 node01 : ok=159 changed=0 unreachable=0 failed=0 skipped=304 rescued=0 ignored=0 node02 : ok=159 changed=0 unreachable=0 failed=0 skipped=304 rescued=0 ignored=0 node03 : ok=159 changed=0 unreachable=0 failed=0 skipped=304 rescued=0 ignored=0
Which version of kubespray are you using?
Please add the parameter unsafe_show_logs: true
to be able to output more debug information
Which version of kubespray are you using? Please add the parameter
unsafe_show_logs: true
to be able to output more debug information
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757875.9311044-137582-203412311578765
" && echo ansible-tmp-1698757875.9311044-137582-203412311578765="echo /root/.ansible/tmp/ansible-tmp-1698757875.9311044-137582-203412311578765
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757876.780514-137583-138798659986422
" && echo ansible-tmp-1698757876.780514-137583-138798659986422="echo /root/.ansible/tmp/ansible-tmp-1698757876.780514-137583-138798659986422
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757877.4076743-137584-107780540767957
" && echo ansible-tmp-1698757877.4076743-137584-107780540767957="echo /root/.ansible/tmp/ansible-tmp-1698757877.4076743-137584-107780540767957
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757882.070305-137582-239620133297532
" && echo ansible-tmp-1698757882.070305-137582-239620133297532="echo /root/.ansible/tmp/ansible-tmp-1698757882.070305-137582-239620133297532
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757882.5516157-137583-186924947008106
" && echo ansible-tmp-1698757882.5516157-137583-186924947008106="echo /root/.ansible/tmp/ansible-tmp-1698757882.5516157-137583-186924947008106
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757883.1077442-137584-2644729212169
" && echo ansible-tmp-1698757883.1077442-137584-2644729212169="echo /root/.ansible/tmp/ansible-tmp-1698757883.1077442-137584-2644729212169
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757887.7784064-137582-178044768407386
" && echo ansible-tmp-1698757887.7784064-137582-178044768407386="echo /root/.ansible/tmp/ansible-tmp-1698757887.7784064-137582-178044768407386
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757888.4903846-137583-217604394187868
" && echo ansible-tmp-1698757888.4903846-137583-217604394187868="echo /root/.ansible/tmp/ansible-tmp-1698757888.4903846-137583-217604394187868
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757888.8087397-137584-248062907859450
" && echo ansible-tmp-1698757888.8087397-137584-248062907859450="echo /root/.ansible/tmp/ansible-tmp-1698757888.8087397-137584-248062907859450
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757893.4686577-137582-148074090936957
" && echo ansible-tmp-1698757893.4686577-137582-148074090936957="echo /root/.ansible/tmp/ansible-tmp-1698757893.4686577-137582-148074090936957
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757894.2110226-137583-254998429009874
" && echo ansible-tmp-1698757894.2110226-137583-254998429009874="echo /root/.ansible/tmp/ansible-tmp-1698757894.2110226-137583-254998429009874
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757894.512401-137584-271212899062179
" && echo ansible-tmp-1698757894.512401-137584-271212899062179="echo /root/.ansible/tmp/ansible-tmp-1698757894.512401-137584-271212899062179
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh: echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757899.1673172-137582-256116351463718
" && echo ansible-tmp-1698757899.1673172-137582-256116351463718="echo /root/.ansible/tmp/ansible-tmp-1698757899.1673172-137582-256116351463718
" ) && sleep 0'"'"''
<192.168.1.21> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.21> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4d4801881c"' 192.168.1.21 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.21> rc=1, stdout and stderr censored due to no log
<192.168.1.21> Failed to connect to the host via ssh:
TASK [download : Download_file | Validate mirrors] ******************************************************************************************************************************************
task path: /root/kubespray-2.23.0/roles/download/tasks/download_file.yml:58
failed: [master01] (item=None) => {
"attempts": 4,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
...ignoring
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757899.9019973-137583-94467840615963
" && echo ansible-tmp-1698757899.9019973-137583-94467840615963="echo /root/.ansible/tmp/ansible-tmp-1698757899.9019973-137583-94467840615963
" ) && sleep 0'"'"''
<192.168.1.23> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.23> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/27bcba6c15"' 192.168.1.23 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "echo /root/.ansible/tmp
"&& mkdir "echo /root/.ansible/tmp/ansible-tmp-1698757900.200561-137584-73064006969172
" && echo ansible-tmp-1698757900.200561-137584-73064006969172="echo /root/.ansible/tmp/ansible-tmp-1698757900.200561-137584-73064006969172
" ) && sleep 0'"'"''
<192.168.1.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/local/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<192.168.1.25> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.1.25> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/root/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b84ff79d74"' 192.168.1.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python && sleep 0'"'"''
<192.168.1.23> rc=1, stdout and stderr censored due to no log
<192.168.1.23> Failed to connect to the host via ssh:
TASK [download : Download_file | Get the list of working mirrors] *************************************************************************************************************************** task path: /root/kubespray-2.23.0/roles/download/tasks/download_file.yml:81 ok: [master01] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } ok: [master02] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } ok: [master03] => { "ansible_facts": { "valid_mirror_urls": [] }, "changed": false } Tuesday 31 October 2023 13:11:42 +0000 (0:00:01.163) 0:07:25.821 *******
TASK [download : Download_file | Download item] ********************************************************************************************************************************************* task path: /root/kubespray-2.23.0/roles/download/tasks/download_file.yml:88 fatal: [master02 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [master01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [master03 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false }
- i have the same problem, please let me know when you solve it
TASK [container-engine/runc : Download_file | Create dest directory on node] ***
task path: /kubespray/roles/download/tasks/download_file.yml:21
ok: [w-m-10-29-33-24] => {
"changed": false,
"diff": {
"after": {
"path": "/tmp/releases"
},
"before": {
"path": "/tmp/releases"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": null,
"access_time": null,
"access_time_format": "%Y%m%d%H%M.%S",
"attributes": null,
"follow": true,
"force": false,
"group": null,
"mode": 493,
"modification_time": null,
"modification_time_format": "%Y%m%d%H%M.%S",
"owner": "root",
"path": "/tmp/releases",
"recurse": true,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "directory",
"unsafe_writes": false
}
},
"mode": "0755",
"owner": "root",
"path": "/tmp/releases",
"size": 40,
"state": "directory",
"uid": 0
}
<10.29.33.25> (0, b'\n{"path": "/tmp/releases", "changed": false, "diff": {"before": {"path": "/tmp/releases"}, "after": {"path": "/tmp/releases"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "size": 40, "invocation": {"module_args": {"path": "/tmp/releases", "owner": "root", "mode": 493, "state": "directory", "recurse": true, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b'')
ok: [w-w-10-29-33-25] => {
"changed": false,
"diff": {
"after": {
"path": "/tmp/releases"
},
"before": {
"path": "/tmp/releases"
}
},
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"_diff_peek": null,
"_original_basename": null,
"access_time": null,
"access_time_format": "%Y%m%d%H%M.%S",
"attributes": null,
"follow": true,
"force": false,
"group": null,
"mode": 493,
"modification_time": null,
"modification_time_format": "%Y%m%d%H%M.%S",
"owner": "root",
"path": "/tmp/releases",
"recurse": true,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"state": "directory",
"unsafe_writes": false
}
},
"mode": "0755",
"owner": "root",
"path": "/tmp/releases",
"size": 40,
"state": "directory",
"uid": 0
}
Monday 13 November 2023 03:49:54 +0000 (0:00:09.142) 0:03:05.993 *******
Monday 13 November 2023 03:49:54 +0000 (0:00:00.154) 0:03:06.147 *******
Monday 13 November 2023 03:49:57 +0000 (0:00:03.080) 0:03:09.228 *******
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1699847410.5578268-4575-268786454138718 `" && echo ansible-tmp-1699847410.5578268-4575-268786454138718="` echo /root/.ansible/tmp/ansible-tmp-1699847410.5578268-4575-268786454138718 `" ) && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
Using module file /usr/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python3.7 && sleep 0'"'"''
<10.29.33.24> rc=1, stdout and stderr censored due to no log
<10.29.33.24> Failed to connect to the host via ssh: <error censored due to no log>
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1699847410.5578268-4575-268786454138718/ > /dev/null 2>&1 && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
FAILED - RETRYING: [w-m-10-29-33-24]: Download_file | Validate mirrors (4 retries left).Result was: {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false,
"retries": 5
}
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1699847413.4298372-4576-152372047463985 `" && echo ansible-tmp-1699847413.4298372-4576-152372047463985="` echo /root/.ansible/tmp/ansible-tmp-1699847413.4298372-4576-152372047463985 `" ) && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python3.7 && sleep 0'"'"''
<10.29.33.25> rc=1, stdout and stderr censored due to no log
<10.29.33.25> Failed to connect to the host via ssh: <error censored due to no log>
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1699847413.4298372-4576-152372047463985/ > /dev/null 2>&1 && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
FAILED - RETRYING: [w-w-10-29-33-25]: Download_file | Validate mirrors (4 retries left).Result was: {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false,
"retries": 5
}
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1699847416.7920358-4575-99720604676759 `" && echo ansible-tmp-1699847416.7920358-4575-99720604676759="` echo /root/.ansible/tmp/ansible-tmp-1699847416.7920358-4575-99720604676759 `" ) && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
Using module file /usr/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python3.7 && sleep 0'"'"''
<10.29.33.24> rc=1, stdout and stderr censored due to no log
<10.29.33.24> Failed to connect to the host via ssh: <error censored due to no log>
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1699847416.7920358-4575-99720604676759/ > /dev/null 2>&1 && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
FAILED - RETRYING: [w-m-10-29-33-24]: Download_file | Validate mirrors (3 retries left).Result was: {
"attempts": 2,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false,
"retries": 5
}
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1699847418.9606555-4576-2830782941031 `" && echo ansible-tmp-1699847418.9606555-4576-2830782941031="` echo /root/.ansible/tmp/ansible-tmp-1699847418.9606555-4576-2830782941031 `" ) && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
Using module file /usr/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python3.7 && sleep 0'"'"''
<10.29.33.25> rc=1, stdout and stderr censored due to no log
<10.29.33.25> Failed to connect to the host via ssh: <error censored due to no log>
<10.29.33.25> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.25> SSH: EXEC sshpass -d27 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b97aea02c8"' 10.29.33.25 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1699847418.9606555-4576-2830782941031/ > /dev/null 2>&1 && sleep 0'"'"''
<10.29.33.25> rc=0, stdout and stderr censored due to no log
FAILED - RETRYING: [w-w-10-29-33-25]: Download_file | Validate mirrors (3 retries left).Result was: {
"attempts": 2,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false,
"retries": 5
}
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1699847422.3348227-4575-239812905956265 `" && echo ansible-tmp-1699847422.3348227-4575-239812905956265="` echo /root/.ansible/tmp/ansible-tmp-1699847422.3348227-4575-239812905956265 `" ) && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
Using module file /usr/lib/python3.10/site-packages/ansible/modules/uri.py
Pipelining is enabled.
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'ALL_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' FTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTPS_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' HTTP_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' NO_PROXY='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' all_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' ftp_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' http_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' https_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' no_proxy='"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"' /usr/bin/python3.7 && sleep 0'"'"''
<10.29.33.24> rc=1, stdout and stderr censored due to no log
<10.29.33.24> Failed to connect to the host via ssh: <error censored due to no log>
<10.29.33.24> ESTABLISH SSH CONNECTION FOR USER: root
<10.29.33.24> SSH: EXEC sshpass -d28 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="root"' -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/e454d22986"' 10.29.33.24 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1699847422.3348227-4575-239812905956265/ > /dev/null 2>&1 && sleep 0'"'"''
<10.29.33.24> rc=0, stdout and stderr censored due to no log
FAILED - RETRYING: [w-m-10-29-33-24]: Download_file | Validate mirrors (2 retries left).Result was: {
"attempts": 3,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false,
"retries": 5
}```
Please reproduce with -e unsafe_show_logs=true
and post the result.
Using the bug template would also be helpful.
/triage needs-information
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale
- Close this issue with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle rotten
- Close this issue with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Reopen this issue with
/reopen
- Mark this issue as fresh with
/remove-lifecycle rotten
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
In response to this:
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied- After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied- After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closedYou can:
- Reopen this issue with
/reopen
- Mark this issue as fresh with
/remove-lifecycle rotten
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.