Hi, I'm trying to run dagger engine as a container service on a Jenkins instance with Kubernetes (connected using Kubernetes plugin)
Here's an example of the declarative pipeline (posted in second thread)
Here I'm trying to create dagger as a separate container in the same pod and have another pod compile the CI code and run it, I've tried setting numerious URLs for the _EXPERIMENTAL_DAGGER_RUNNER_HOST but none of them seems to connect properly
All I keep getting is this
Error: buildkit failed to respond: failed to list workers: Unavailable: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2376: connect: connection refused"
EOF: Error: buildkit failed to respond: failed to list workers: Unavailable: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2376: connect: connection refused"
So my question is, is such setup possible? if so what's the proper way to connect here? Does dagger-engine expose some sort of tcp port that is not 2376?