- 論壇徽章:
- 0
|
就是執(zhí)行ansible-playbook openshift-ansible/playbooks/byo/config.yml,經(jīng)過一段時間執(zhí)行后出現(xiàn)下面的情況,doerck在執(zhí)行前已經(jīng)啟動,但是執(zhí)行后就被關(guān)閉了:
TASK [docker : Install Container Engine System Container] *****************************************************************************
fatal: [master]: FAILED! => {"changed": false, "failed": true, "msg": "The docker daemon does not appear to be running.\n", "rc": 1}
to retry, use: --limit @/root/openshift-ansible/playbooks/byo/config.retry
PLAY RECAP ****************************************************************************************************************************
localhost : ok=11 changed=0 unreachable=0 failed=0
master : ok=264 changed=20 unreachable=0 failed=1
node1 : ok=112 changed=7 unreachable=0 failed=0
node2 : ok=112 changed=7 unreachable=0 failed=0
Failure summary:
1. Host: master
Play: Configure masters
Task: docker : Install Container Engine System Container
Message: The docker daemon does not appear to be running. |
|