hi guys, I’m trying to build and apply a deploymen...
# ask-community
j
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
likely a transient network issue, happens - probably best you can do is restart the CI/CD pipeline
j
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
Thanks for the update