Sam Werbalowsky
09/10/2021, 5:17 PMraise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='<my-deployment-name>-apollo.<namespace>', port=4200): Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb5d1bd6510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Tenant pod logs ending with…:
File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0c274e990>: Failed to establish a new connection: [Errno 111] Connection refused'))
Not sure which settings need to be updated in the values.yaml file, but it’s gotta be something…Mariia Kerimova
09/10/2021, 5:25 PMSam Werbalowsky
09/10/2021, 5:27 PMcreateTenant
job and the agent
. I specified tag 0.15.4
, and it worked fine. I think something in v 0.15.5
may have borked this one.
The tenant was attempting to connect to localhost
rather than the correct apollo endpoint.Mariia Kerimova
09/15/2021, 7:35 PM