https://prefect.io logo
Title
j

James Zhang

11/22/2022, 8:09 PM
hi guys, I’m trying to build and apply a deployment from our gitlab-ci pipeline, but I got
httpx.ConnectTimeout
error, my prefect-orion runs on our own k8s and should be reachable from our gitlab-ci pipeline, has anyone seen this error? any idea how I could debug? Thanks!
a

Anna Geller

11/23/2022, 8:07 PM
likely a transient network issue, happens - probably best you can do is restart the CI/CD pipeline
j

James Zhang

11/23/2022, 9:22 PM
just figured out that it is due to the Ingress config of the Prefect server, now it’s all fine. Thanks for the reply!
a

Anna Geller

11/23/2022, 9:44 PM
Thanks for the update