Created
May 9, 2018 13:40
-
-
Save psturc/53c019ce251ce29482e7ea35f4bea4a9 to your computer and use it in GitHub Desktop.
APB error when using Minishift (3.9.0) & origin-ansible-service-broker:sprint147.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ ~/ oc projects | |
| You have access to the following projects and can switch between them with 'oc project <projectname>': | |
| ansible-service-broker | |
| default | |
| kube-public | |
| kube-service-catalog | |
| kube-system | |
| * myproject - My Project | |
| openshift | |
| openshift-infra | |
| openshift-node | |
| openshift-template-service-broker | |
| openshift-web-console | |
| Using project "myproject" on server "https://192.168.65.3:8443". | |
| λ ~/ oc whoami | |
| developer | |
| λ ~/ apb list | |
| Running APB image: docker.io/ansibleplaybookbundle/apb-tools:canary | |
| Targetting minishift host: tcp://192.168.65.3:2376 | |
| 2018-05-09 12:25:08,864 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3835b10>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| 2018-05-09 12:25:11,984 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3835bd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| 2018-05-09 12:25:15,108 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3835ed0>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| Exception occurred! HTTPSConnectionPool(host='192.168.65.3', port=8443): Max retries exceeded with url: /oapi/v1/namespaces/ansible-service-broker/routes (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3ac4ed0>: Failed to establish a new connection: [Errno 113] No route to host',)) | |
| λ ~/ apb list | |
| Running APB image: docker.io/ansibleplaybookbundle/apb-tools:latest | |
| Targetting minishift host: tcp://192.168.65.3:2376 | |
| 2018-05-09 12:25:40,225 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x4c67bd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| 2018-05-09 12:25:43,344 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x4cc21d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| 2018-05-09 12:25:46,466 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x4cc2410>: Failed to establish a new connection: [Errno 113] No route to host',)': /oapi/v1/namespaces/ansible-service-broker/routes | |
| Exception occurred! HTTPSConnectionPool(host='192.168.65.3', port=8443): Max retries exceeded with url: /oapi/v1/namespaces/ansible-service-broker/routes (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x4cc22d0>: Failed to establish a new connection: [Errno 113] No route to host',)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment