Troubleshooting
Problem
WSL 1.2.3 installation script failed at step 13, with these error messages:
The installer encountered an error at step 13: Creating Weave network
You can find the step failure log at /opt/wdp/InstallPackage/container_shared/step_failure.log
Please contact IBM support to investigate and resolve the issue before continuing.
You can retry (R) or skip (S) the current step after the issue is resolved:
Executing 'ansible-playbook /wdp/AnsiblePlaybooks/site13000.yaml -i /wdp/AnsiblePlaybooks/hosts --become --become-method=sudo --forks=100 --ask-vault-pass' via expect script
spawn rm -f /wdp/tmp/.password
spawn ansible-playbook /wdp/AnsiblePlaybooks/site13000.yaml -i /wdp/AnsiblePlaybooks/hosts --become --become-method=sudo --forks=100 --ask-vault-pass
Vault password:
PLAY [master[0]] ***************************************************************
TASK [Gathering Facts] *********************************************************
ok: [10.74.23.70]
TASK [CreateWeave : Label all nodes] *******************************************
changed: [10.74.23.70]
TASK [CreateWeave : Copy over the scripts] *************************************
changed: [10.74.23.70]
TASK [CreateWeave : Update the weave network] **********************************
[WARNING]: Consider using the replace, lineinfile or template module rather
than running sed. If you need to use command because replace, lineinfile or
template is insufficient you can add warn=False to this command task or set
command_warnings=False in ansible.cfg to get rid of this message.
changed: [10.74.23.70]
TASK [CreateWeave : create weave scrert] ***************************************
[WARNING]: Consider using the file module with mode rather than running chmod.
If you need to use command because file is insufficient you can add warn=False
to this command task or set command_warnings=False in ansible.cfg to get rid of
this message.
changed: [10.74.23.70]
TASK [CreateWeave : create weave] **********************************************
changed: [10.74.23.70] => (item=weave-kube.yaml)
changed: [10.74.23.70] => (item=kube-dns-cm.yaml)
changed: [10.74.23.70] => (item=kube-dns-deploy.yaml)
changed: [10.74.23.70] => (item=kube-dns-svc.yaml)
TASK [CreateWeave : pause] *****************************************************
Pausing for 60 seconds
(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
ok: [10.74.23.70]
TASK [CreateWeave : Wait for all pods in running state] ************************
failed: [10.74.23.70] (item=weave-net) => {"changed": true, "cmd": "num=$(kubectl get po --all-namespaces | grep weave-net | grep -v Running | wc -l); test ${num} -eq 0", "delta": "0:00:00.372361", "end": "2019-01-15 21:10:21.616263", "item": "weave-net", "msg": "non-zero return code", "rc": 1, "start": "2019-01-15 21:10:21.243902", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
failed: [10.74.23.70] (item=kube-dns) => {"changed": true, "cmd": "num=$(kubectl get po --all-namespaces | grep kube-dns | grep -v Running | wc -l); test ${num} -eq 0", "delta": "0:00:00.261779", "end": "2019-01-15 21:10:22.488731", "item": "kube-dns", "msg": "non-zero return code", "rc": 1, "start": "2019-01-15 21:10:22.226952", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
to retry, use: --limit @/wdp/AnsiblePlaybooks/site13000.retry
PLAY RECAP *********************************************************************
10.74.23.70 : ok=7 changed=5 unreachable=0 failed=1
Resolving The Problem
The IP address of the installer node in /etc/hosts must be the same as the one used in wdp.conf file. T
2- install docker in the same directory as the installer /opt/wdp/Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
30 December 2019
UID
ibm10869292