Hello, I'm trying understand the expectations for using this method of connecting to engine pods from a client running in a container. I have the CLI installed in an image along with a valid kubeconfig. However when I run commands I either get an indefinitely hanging
connect: starting engine
Or in the case of my CI system (Codefresh) I get this weird panic (see attached). There is nothing in the docs (https://docs.dagger.io/194031/kubernetes/) that specifies a socket must be mounted, but it also doesn't specify that kubectl is a dependency to use this method. All of the docs and examples I can find require mounting the socket from the host volume where engines are running. Any advice?