-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I have just setup GCP for a fresh install.
I just ran the docker command as indicated in the README.md
After several minutes, this is the error I found:
INFO:Feature(Ansible):stdout => changed: [35.235.122.77] INFO:Feature(Ansible):stdout => TASK [etcd : Pull etcd container] ***************************************************************************************************************************** INFO:Feature(Ansible):stdout => fatal: [35.235.122.77]: FAILED! => {"changed": false, "cmd": ["docker", "pull", "registry.access.redhat.com/rhel7/etcd"], "delta": "0:00:00.088900", "end": "2019-05-17 21:56:08.713995", "msg": "non-zero return code", "rc": 1, "start": "2019-05-17 21:56:08.625095", "stderr": "open /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt: no such file or directory", "stderr_lines": ["open /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt: no such file or directory"], "stdout": "Using default tag: latest\nTrying to pull repository registry.access.redhat.com/rhel7/etcd ... ", "stdout_lines": ["Using default tag: latest", "Trying to pull repository registry.access.redhat.com/rhel7/etcd ... "]} INFO:Feature(Ansible):stdout => NO MORE HOSTS LEFT ******************************************************************************************************************************************** INFO:Feature(Ansible):stdout => to retry, use: --limit @/root/openshift-ansible/playbooks/byo/config.retry INFO:Feature(Ansible):stdout => PLAY RECAP **************************************************************************************************************************************************** INFO:Feature(Ansible):stdout => 35.235.119.38 : ok=149 changed=15 unreachable=0 failed=0 INFO:Feature(Ansible):stdout => 35.235.122.77 : ok=250 changed=43 unreachable=0 failed=1 INFO:Feature(Ansible):stdout => localhost : ok=11 changed=0 unreachable=0 failed=0 INFO:Feature(Ansible):stdout => Failure summary: INFO:Feature(Ansible):stdout => 1. Hosts: 35.235.122.77 INFO:Feature(Ansible):stdout => Play: Configure etcd INFO:Feature(Ansible):stdout => Task: Pull etcd container INFO:Feature(Ansible):stdout => Message: non-zero return code INFO:Feature(Ansible):Exit code 2
This is my cluster setup:
https://gist.github.com/jquinter/47f5a50715bfdc821bc58efd391a37e9