Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to comunicate between node #90

Open
diogowhatev3r opened this issue Aug 8, 2022 · 0 comments
Open

Unable to comunicate between node #90

diogowhatev3r opened this issue Aug 8, 2022 · 0 comments

Comments

@diogowhatev3r
Copy link

Hello I've configured HandyHost and the network opened ports and setup wildcard. Alas I still cant connect to my node even thought the network sees it.

This is the output when I try to build the kubernetes.

Using /root/.HandyHost/aktData/kubespray/ansible.cfg as config file
[WARNING]: Skipping 'calico_rr' as this is not a valid group definition
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
auto plugin: no root 'plugin' key found,
'/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml' is
not a valid YAML inventory plugin config file
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
yaml plugin: calico_rr is not a known host nor group
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
ini plugin: Invalid host pattern 'all:' supplied, ending in ':' is not allowed,
this character is reserved to provide a port.
[WARNING]: Unable to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml as an
inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: Skipping callback plugin 'ara_default', unable to load

PLAY [localhost] ***************************************************************
segunda 08 agosto 2022 19:13:06 +0100 (0:00:00.011) 0:00:00.011 ********

TASK [Check 2.9.0 <= Ansible version < 2.13.0] *********************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:06 +0100 (0:00:00.013) 0:00:00.025 ********

TASK [Check Ansible version > 2.10.11 when using ansible 2.10] *****************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:06 +0100 (0:00:00.011) 0:00:00.036 ********

TASK [Check that python netaddr is installed] **********************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:06 +0100 (0:00:00.044) 0:00:00.081 ********

TASK [Check that jinja is not too old (install via pip)] ***********************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
[WARNING]: Could not match supplied host pattern, ignoring: kube-master

PLAY [Add kube-master nodes to kube_control_plane] *****************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: kube-node

PLAY [Add kube-node nodes to kube_node] ****************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: k8s-cluster

PLAY [Add k8s-cluster nodes to k8s_cluster] ************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: calico-rr

PLAY [Add calico-rr nodes to calico_rr] ****************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: no-floating

PLAY [Add no-floating nodes to no_floating] ************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: bastion

PLAY [bastion[0]] **************************************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: calico_rr

PLAY [Gather facts] ************************************************************
segunda 08 agosto 2022 19:13:06 +0100 (0:00:00.019) 0:00:00.100 ********

TASK [Gather minimal facts] ****************************************************
ok: [akash-changeable-physical-competition]
segunda 08 agosto 2022 19:13:08 +0100 (0:00:01.844) 0:00:01.945 ********

TASK [Gather necessary facts (network)] ****************************************
ok: [akash-changeable-physical-competition]
segunda 08 agosto 2022 19:13:09 +0100 (0:00:00.576) 0:00:02.521 ********

TASK [Gather necessary facts (hardware)] ***************************************
ok: [akash-changeable-physical-competition]
[WARNING]: Not prompting as we are not in interactive mode

PLAY [etcd:k8s_cluster:calico_rr] **********************************************
segunda 08 agosto 2022 19:13:10 +0100 (0:00:01.114) 0:00:03.636 ********

TASK [check confirmation] ******************************************************
fatal: [akash-changeable-physical-competition]: FAILED! => {"changed": false, "msg": "Reset confirmation failed"}

PLAY RECAP *********************************************************************
akash-changeable-physical-competition : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
localhost : ok=4 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

segunda 08 agosto 2022 19:13:10 +0100 (0:00:00.017) 0:00:03.654 ********

Gather minimal facts ---------------------------------------------------- 1.84s
Gather necessary facts (hardware) --------------------------------------- 1.11s
Gather necessary facts (network) ---------------------------------------- 0.58s
Check that python netaddr is installed ---------------------------------- 0.04s
Check that jinja is not too old (install via pip) ----------------------- 0.02s
check confirmation ------------------------------------------------------ 0.02s
Check 2.9.0 <= Ansible version < 2.13.0 --------------------------------- 0.01s
Check Ansible version > 2.10.11 when using ansible 2.10 ----------------- 0.01s
========= teardown is finished ==========Using /root/.HandyHost/aktData/kubespray/ansible.cfg as config file
[WARNING]: Skipping 'calico_rr' as this is not a valid group definition
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
auto plugin: no root 'plugin' key found,
'/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml' is
not a valid YAML inventory plugin config file
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
yaml plugin: calico_rr is not a known host nor group
[WARNING]: * Failed to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml with
ini plugin: Invalid host pattern 'all:' supplied, ending in ':' is not allowed,
this character is reserved to provide a port.
[WARNING]: Unable to parse
/root/.HandyHost/aktData/kubespray/inventory/handyhost/myinventory.yaml as an
inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: Skipping callback plugin 'ara_default', unable to load

PLAY [localhost] ***************************************************************
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.007) 0:00:00.007 ********

TASK [Check 2.9.0 <= Ansible version < 2.13.0] *********************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.012) 0:00:00.020 ********

TASK [Check Ansible version > 2.10.11 when using ansible 2.10] *****************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.010) 0:00:00.030 ********

TASK [Check that python netaddr is installed] **********************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.031) 0:00:00.062 ********

TASK [Check that jinja is not too old (install via pip)] ***********************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
[WARNING]: Could not match supplied host pattern, ignoring: kube-master

PLAY [Add kube-master nodes to kube_control_plane] *****************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: kube-node

PLAY [Add kube-node nodes to kube_node] ****************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: k8s-cluster

PLAY [Add k8s-cluster nodes to k8s_cluster] ************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: calico-rr

PLAY [Add calico-rr nodes to calico_rr] ****************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: no-floating

PLAY [Add no-floating nodes to no_floating] ************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: bastion

PLAY [bastion[0]] **************************************************************
skipping: no hosts matched

PLAY [k8s_cluster:etcd] ********************************************************
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.029) 0:00:00.092 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.016) 0:00:00.108 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.015) 0:00:00.124 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.015) 0:00:00.139 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.013) 0:00:00.153 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.013) 0:00:00.166 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.014) 0:00:00.181 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.015) 0:00:00.196 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.013) 0:00:00.210 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.018) 0:00:00.228 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.021) 0:00:00.250 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.014) 0:00:00.264 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.014) 0:00:00.279 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.016) 0:00:00.296 ********
segunda 08 agosto 2022 19:13:11 +0100 (0:00:00.013) 0:00:00.310 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.314) 0:00:00.624 ********

TASK [kubespray-defaults : Configure defaults] *********************************
ok: [akash-changeable-physical-competition] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.019) 0:00:00.643 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.020) 0:00:00.664 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.009) 0:00:00.673 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.012) 0:00:00.686 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.008) 0:00:00.694 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.007) 0:00:00.702 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.018) 0:00:00.720 ********
[WARNING]: raw module does not support the environment keyword

TASK [bootstrap-os : Fetch /etc/os-release] ************************************
ok: [akash-changeable-physical-competition] => {"changed": false, "rc": 0, "stderr": "Shared connection to akash-changeable-physical-competition.local closed.\r\n", "stderr_lines": ["Shared connection to akash-changeable-physical-competition.local closed."], "stdout": "NAME="Ubuntu"\r\nVERSION="20.04.4 LTS (Focal Fossa)"\r\nID=ubuntu\r\nID_LIKE=debian\r\nPRETTY_NAME="Ubuntu 20.04.4 LTS"\r\nVERSION_ID="20.04"\r\nHOME_URL="https://www.ubuntu.com/\"\r\nSUPPORT_URL=\"https://help.ubuntu.com/\"\r\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\r\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\r\nVERSION_CODENAME=focal\r\nUBUNTU_CODENAME=focal\r\n", "stdout_lines": ["NAME="Ubuntu"", "VERSION="20.04.4 LTS (Focal Fossa)"", "ID=ubuntu", "ID_LIKE=debian", "PRETTY_NAME="Ubuntu 20.04.4 LTS"", "VERSION_ID="20.04"", "HOME_URL="https://www.ubuntu.com/"", "SUPPORT_URL="https://help.ubuntu.com/"", "BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"", "PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"", "VERSION_CODENAME=focal", "UBUNTU_CODENAME=focal"]}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.048) 0:00:00.768 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.010) 0:00:00.778 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.010) 0:00:00.789 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.008) 0:00:00.797 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.008) 0:00:00.806 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.008) 0:00:00.814 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.008) 0:00:00.822 ********

TASK [bootstrap-os : include_tasks] ********************************************
included: /root/.HandyHost/aktData/kubespray/roles/bootstrap-os/tasks/bootstrap-debian.yml for akash-changeable-physical-competition
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.019) 0:00:00.842 ********
[WARNING]: raw module does not support the environment keyword

TASK [bootstrap-os : Check if bootstrap is needed] *****************************
ok: [akash-changeable-physical-competition] => {"changed": false, "failed_when_result": false, "rc": 0, "stderr": "Shared connection to akash-changeable-physical-competition.local closed.\r\n", "stderr_lines": ["Shared connection to akash-changeable-physical-competition.local closed."], "stdout": "/usr/bin/python3\r\n", "stdout_lines": ["/usr/bin/python3"]}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.046) 0:00:00.888 ********
[WARNING]: raw module does not support the environment keyword

TASK [bootstrap-os : Check http::proxy in apt configuration files] *************
ok: [akash-changeable-physical-competition] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to akash-changeable-physical-competition.local closed.\r\n", "stderr_lines": ["Shared connection to akash-changeable-physical-competition.local closed."], "stdout": "", "stdout_lines": []}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.060) 0:00:00.949 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.009) 0:00:00.959 ********
[WARNING]: raw module does not support the environment keyword

TASK [bootstrap-os : Check https::proxy in apt configuration files] ************
ok: [akash-changeable-physical-competition] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to akash-changeable-physical-competition.local closed.\r\n", "stderr_lines": ["Shared connection to akash-changeable-physical-competition.local closed."], "stdout": "", "stdout_lines": []}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.062) 0:00:01.022 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.009) 0:00:01.032 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.007) 0:00:01.039 ********
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.007) 0:00:01.047 ********

TASK [bootstrap-os : Set the ansible_python_interpreter fact] ******************
ok: [akash-changeable-physical-competition] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3"}, "changed": false}
segunda 08 agosto 2022 19:13:12 +0100 (0:00:00.024) 0:00:01.072 ********

TASK [bootstrap-os : Install dbus for the hostname module] *********************
ok: [akash-changeable-physical-competition] => {"cache_update_time": 1659967663, "cache_updated": false, "changed": false}
segunda 08 agosto 2022 19:13:13 +0100 (0:00:01.203) 0:00:02.275 ********
segunda 08 agosto 2022 19:13:13 +0100 (0:00:00.010) 0:00:02.286 ********
segunda 08 agosto 2022 19:13:13 +0100 (0:00:00.009) 0:00:02.295 ********

TASK [bootstrap-os : Create remote_tmp for it is used by another module] *******
ok: [akash-changeable-physical-competition] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ansible/tmp", "size": 4096, "state": "directory", "uid": 0}
segunda 08 agosto 2022 19:13:14 +0100 (0:00:00.393) 0:00:02.688 ********

TASK [bootstrap-os : Gather host facts to get ansible_os_family] ***************
ok: [akash-changeable-physical-competition]
segunda 08 agosto 2022 19:13:15 +0100 (0:00:00.734) 0:00:03.422 ********

TASK [bootstrap-os : Assign inventory name to unconfigured hostnames (non-CoreOS, non-Flatcar, Suse and ClearLinux, non-Fedora)] ***
ok: [akash-changeable-physical-competition] => {"ansible_facts": {"ansible_domain": "", "ansible_fqdn": "akash-changeable-physical-competition", "ansible_hostname": "akash-changeable-physical-competition", "ansible_nodename": "akash-changeable-physical-competition"}, "changed": false, "name": "akash-changeable-physical-competition"}
segunda 08 agosto 2022 19:13:15 +0100 (0:00:00.798) 0:00:04.221 ********
segunda 08 agosto 2022 19:13:15 +0100 (0:00:00.009) 0:00:04.230 ********
segunda 08 agosto 2022 19:13:15 +0100 (0:00:00.008) 0:00:04.239 ********
segunda 08 agosto 2022 19:13:15 +0100 (0:00:00.014) 0:00:04.253 ********

TASK [bootstrap-os : Ensure bash_completion.d folder exists] *******************
ok: [akash-changeable-physical-competition] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/bash_completion.d/", "size": 4096, "state": "directory", "uid": 0}
[WARNING]: Could not match supplied host pattern, ignoring: calico_rr

PLAY [Gather facts] ************************************************************
segunda 08 agosto 2022 19:13:16 +0100 (0:00:00.312) 0:00:04.566 ********

TASK [Gather minimal facts] ****************************************************
ok: [akash-changeable-physical-competition]
segunda 08 agosto 2022 19:13:16 +0100 (0:00:00.592) 0:00:05.159 ********

TASK [Gather necessary facts (network)] ****************************************
ok: [akash-changeable-physical-competition]
segunda 08 agosto 2022 19:13:17 +0100 (0:00:00.571) 0:00:05.730 ********

TASK [Gather necessary facts (hardware)] ***************************************
ok: [akash-changeable-physical-competition]

PLAY [k8s_cluster:etcd] ********************************************************
segunda 08 agosto 2022 19:13:18 +0100 (0:00:01.189) 0:00:06.919 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.016) 0:00:06.936 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.015) 0:00:06.951 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.016) 0:00:06.968 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.014) 0:00:06.982 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.014) 0:00:06.996 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.014) 0:00:07.011 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.015) 0:00:07.027 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.013) 0:00:07.041 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.016) 0:00:07.057 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.013) 0:00:07.070 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.013) 0:00:07.084 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.013) 0:00:07.098 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.016) 0:00:07.114 ********
segunda 08 agosto 2022 19:13:18 +0100 (0:00:00.013) 0:00:07.127 ********
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.303) 0:00:07.431 ********

TASK [kubespray-defaults : Configure defaults] *********************************
ok: [akash-changeable-physical-competition] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.020) 0:00:07.451 ********
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.032) 0:00:07.484 ********

TASK [kubespray-defaults : create fallback_ips_base] ***************************
ok: [akash-changeable-physical-competition -> localhost] => {"ansible_facts": {"fallback_ips_base": "---\nakash-changeable-physical-competition: "192.168.1.94"\n"}, "changed": false}
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.022) 0:00:07.506 ********

TASK [kubespray-defaults : set fallback_ips] ***********************************
ok: [akash-changeable-physical-competition] => {"ansible_facts": {"fallback_ips": {"akash-changeable-physical-competition": "192.168.1.94"}}, "changed": false}
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.025) 0:00:07.532 ********
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.011) 0:00:07.543 ********
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.011) 0:00:07.555 ********
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.014) 0:00:07.570 ********

TASK [adduser : User | Create User Group] **************************************
ok: [akash-changeable-physical-competition] => {"changed": false, "gid": 998, "name": "kube-cert", "state": "present", "system": true}
segunda 08 agosto 2022 19:13:19 +0100 (0:00:00.406) 0:00:07.976 ********

TASK [adduser : User | Create User] ********************************************
ok: [akash-changeable-physical-competition] => {"append": false, "changed": false, "comment": "Kubernetes user", "group": 998, "home": "/home/kube", "move_home": false, "name": "kube", "shell": "/sbin/nologin", "state": "present", "uid": 997}
segunda 08 agosto 2022 19:13:20 +0100 (0:00:00.468) 0:00:08.444 ********

TASK [kubernetes/preinstall : Remove swapfile from /etc/fstab] *****************
ok: [akash-changeable-physical-competition] => (item=swap) => {"ansible_loop_var": "item", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "item": "swap", "name": "swap", "opts": "defaults", "passno": "0"}
ok: [akash-changeable-physical-competition] => (item=none) => {"ansible_loop_var": "item", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "item": "none", "name": "none", "opts": "defaults", "passno": "0"}
segunda 08 agosto 2022 19:13:20 +0100 (0:00:00.714) 0:00:09.158 ********

TASK [kubernetes/preinstall : check swap] **************************************
ok: [akash-changeable-physical-competition] => {"changed": false, "cmd": ["/sbin/swapon", "-s"], "delta": "0:00:00.004188", "end": "2022-08-08 18:13:21.175634", "msg": "", "rc": 0, "start": "2022-08-08 18:13:21.171446", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
segunda 08 agosto 2022 19:13:21 +0100 (0:00:00.403) 0:00:09.561 ********
segunda 08 agosto 2022 19:13:21 +0100 (0:00:00.010) 0:00:09.572 ********
segunda 08 agosto 2022 19:13:21 +0100 (0:00:00.010) 0:00:09.582 ********

TASK [kubernetes/preinstall : Stop if either kube_control_plane or kube_node group is empty] ***
ok: [akash-changeable-physical-competition] => (item=kube_control_plane) => {
"ansible_loop_var": "item",
"changed": false,
"item": "kube_control_plane",
"msg": "All assertions passed"
}
failed: [akash-changeable-physical-competition] (item=kube_node) => {
"ansible_loop_var": "item",
"assertion": "groups.get('kube_node')",
"changed": false,
"evaluated_to": false,
"item": "kube_node",
"msg": "Assertion failed"
}

NO MORE HOSTS LEFT *************************************************************

PLAY RECAP *********************************************************************
akash-changeable-physical-competition : ok=22 changed=0 unreachable=0 failed=1 skipped=57 rescued=0 ignored=0
localhost : ok=4 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

segunda 08 agosto 2022 19:13:21 +0100 (0:00:00.027) 0:00:09.610 ********

bootstrap-os : Install dbus for the hostname module --------------------- 1.20s
Gather necessary facts (hardware) --------------------------------------- 1.19s
bootstrap-os : Assign inventory name to unconfigured hostnames (non-CoreOS, non-Flatcar, Suse and ClearLinux, non-Fedora) --- 0.80s
bootstrap-os : Gather host facts to get ansible_os_family --------------- 0.73s
kubernetes/preinstall : Remove swapfile from /etc/fstab ----------------- 0.71s
Gather minimal facts ---------------------------------------------------- 0.59s
Gather necessary facts (network) ---------------------------------------- 0.57s
adduser : User | Create User -------------------------------------------- 0.47s
adduser : User | Create User Group -------------------------------------- 0.41s
kubernetes/preinstall : check swap -------------------------------------- 0.40s
bootstrap-os : Create remote_tmp for it is used by another module ------- 0.39s
download : download | Download files / images --------------------------- 0.31s
bootstrap-os : Ensure bash_completion.d folder exists ------------------- 0.31s
download : download | Download files / images --------------------------- 0.30s
bootstrap-os : Check https::proxy in apt configuration files ------------ 0.06s
bootstrap-os : Check http::proxy in apt configuration files ------------- 0.06s
bootstrap-os : Fetch /etc/os-release ------------------------------------ 0.05s
bootstrap-os : Check if bootstrap is needed ----------------------------- 0.05s
kubespray-defaults : Gather ansible_default_ipv4 from all hosts --------- 0.03s
Check that python netaddr is installed ---------------------------------- 0.03s
POST INSTALL: checkout akash repo
POST INSTALL: Fetching origin
POST INSTALL: HEAD is now at 5b4883c7 fix(provider): remove waitgroup for lease withdraw (#1618)
POST INSTALL: done checking out akash repo
INGRESS NODE NAME akash-changeable-physical-competition
MASTER IP 192.168.1.94 2a01:11:8320:4d40:ca2a:14ff:fe16:ed5f
POST INSTALL: Host 192.168.1.94 2a01:11:8320:4d40:ca2a:14ff:fe16:ed5f not found in /root/.ssh/known_hosts
POST INSTALL: Host akash-changeable-physical-competition.local not found in /root/.ssh/known_hosts
POST INSTALL: bash: 2a01:11:8320:4d40:ca2a:14ff:fe16:ed5f: command not found
POST INSTALL: chown: cannot access '/etc/kubernetes/admin.conf': No such file or directory
POST INSTALL: W0808 19:13:23.220194 5743 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.239915 5769 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.259141 5792 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.278066 5817 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.297627 5840 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.317242 5863 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.337259 5890 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
POST INSTALL: W0808 19:13:23.363033 5944 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
Setting up Metrics ServerPOST INSTALL: W0808 19:13:24.764334 5993 loader.go:221] Config not found: /root/.HandyHost/aktData/admin.conf
POST INSTALL: The connection to the server localhost:8080 was refused - did you specify the right host or port?
========= init is finished ==========

Any help would be much apreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant