Hi All, We have installed python 3.8, prefect 1.2...
# prefect-community
s
Hi All, We have installed python 3.8, prefect 1.2.2 (2022.01 helm chart version) and dask gateway 2022.4.0 on the Google kubernetes engine cluster We have resgistered the prefect flow as well. The flow is appearing in the prefect UI.When we click "quick run", the flow run fails after couple of mins with the below error. The prefect is accessing dask gateway and running jobs. Could you please suggest.
1
j
This seems like there may be a networking issue at play, which is difficult to diagnose with the redacted portions of the log. Can you verify that the API server is accessible from your local machine as well as the agent pod? You should see a response like this:
Copy code
$ curl -I <https://api.prefect.io/>
HTTP/2 200 
server: rhino-core-shield
date: Mon, 04 Jul 2022 18:57:26 GMT
content-type: text/html; charset=utf-8
expires: Thu, 01 Jan 1970 00:01:48 GMT
cache-control: no-cache, private, no-transform, no-store
pragma: no-cache
p3p: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
via: 1.1 google
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
🙏 1
a
cleaning up
@Surya if you are getting started with Prefect now, it makes more sense to look at Prefect 2.0 - GA is just around the corner https://discourse.prefect.io/t/should-i-start-with-prefect-2-0-orion-skipping-prefect-1-0/544