https://prefect.io logo
#prefect-community
Title
# prefect-community
s

Surya

06/16/2022, 10:27 AM
we installed prefect on Google kubernetes cluster
a

Anna Geller

06/16/2022, 11:09 AM
I'm moving your other message to the thread to keep the channel clean: Hi All, We have installed prefect through HELM and built the docker image by passing the parameters such as prefect server host , port, dask gateway host. However , when trying to register the flow after building the image, we are getting a http connection error as mentioned below (The image is built without any error.)
Copy code
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='<IP Address>', port=4200): Max retries exceeded with url: /graphql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f79e5a07a90>, 'Connection to <IP Address> timed out. (connect timeout=30)')).
The <IP Address> in the above error message is not being used by us anymore and it belongs to previous helm release which has been deleted completly. Not sure why it is still being referred. Please suggest
It looks like your registration environment can't connect to your Server on GKE - here is how you'd need to set it Here is a full list of resources that may be helpful to troubleshoot this
also - no need to post to multiple channels, it's enough to post here in prefect-community
s

Surya

06/16/2022, 3:33 PM
ok sure..
the issue got resolved by modifying the toml file as you have suggested.. the flow is now appearing in the UI. Shall get back incase of any issue. thank you
🙌 1
a

Anna Geller

06/17/2022, 12:27 PM
nice work, and thanks for the update!
6 Views