Wilson Bilkovich
08/27/2021, 1:19 PMapollo
pod logs, but I see this in the Agent logs:
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='prefect-server-initial-apollo.prefect', port=4200): Max retries exceeded with url: /graphql (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
(prefect is my namespace, prefect-server-initial-apollo is the name of the service)nicholas
Wilson Bilkovich
08/27/2021, 3:53 PMWilson Bilkovich
08/27/2021, 3:55 PM% telnet prefect-server-initial-apollo 4200
Trying 127.1.27.7...
Connected to prefect-server-initial-apollo.
Escape character is '^]'.
GET /graphql
HTTP/1.1 400 Bad Request
X-Powered-By: Express
Access-Control-Allow-Origin: *
Content-Type: text/html; charset=utf-8
Content-Length: 18
ETag: W/"12-7JEJwpG8g89ii7CR/6hhfN27Q+k"
Date: Fri, 27 Aug 2021 15:54:51 GMT
Connection: close
GET query missing.Connection closed by foreign host.
nicholas
--set agent.enabled=true
flag?Wilson Bilkovich
08/27/2021, 4:39 PMnicholas
nicholas
Wilson Bilkovich
08/27/2021, 5:15 PMWilson Bilkovich
08/27/2021, 5:18 PMroot@prefect-server-initial-agent-5f76b4fd69-vn74p:/# telnet prefect-server-initial-apollo 4200
Trying 172.20.65.234...
Connected to prefect-server-initial-apollo.prefect.svc.cluster.local.
Escape character is '^]'.
GET /graphql?query=foo
HTTP/1.1 400 Bad Request
X-Powered-By: Express
Access-Control-Allow-Origin: *
Content-Type: application/json; charset=utf-8
Content-Length: 146
ETag: W/"92-sfDAzDmlWzD691zaMG6MP1fVCE8"
Date: Fri, 27 Aug 2021 17:17:41 GMT
Connection: close
{"errors":[{"message":"Syntax Error: Unexpected Name \"foo\"","locations":[{"line":1,"column":1}],"extensions":{"code":"GRAPHQL_PARSE_FAILED"}}]}
Connection closed by foreign host.
nicholas
Wilson Bilkovich
08/27/2021, 6:20 PMnicholas
Wilson Bilkovich
08/27/2021, 6:25 PMWilson Bilkovich
08/28/2021, 9:04 PMnicholas