I am new to dagger so forgive me it this is a bad question. I pointed dagger at the RKE2 K8s cluster with export _EXPERIMENTAL_DAGGER_RUNNER_HOST="kube-pod://... and I am seeing the error below. Both the cluster and the dagger cli are running my my workstation. My best guess is this is NOT a dagger issure but a DNS seupd issue on RKE2 but I am new to RKE2 as well and so I am not sure. I am just looking for some ideas of what to try next. Otherwise I will start researching DNS setup on RKE2. Thanks
$ dagger query <<EOF
> {
> container {
> from(address:"alpine") {
> withExec(args: ["uname", "-a"]) { stdout }
> }
> }
> }
> EOF
...
Setup tracing at https://dagger.cloud/traces/setup. To hide set DAGGER_NO_NAG=1
Error: make request: input: container.from failed to resolve image "docker.io/library/alpine:latest" (platform: "linux/amd64"): failed to resolve source metadata for docker.io/library/alpine:latest: failed to do request: Head "https://registry-1.docker.io/v2/library/alpine/manifests/latest": dial tcp: lookup registry-1.docker.io on 10.87.0.1:53: read udp 10.87.0.1:47496->10.87.0.1:53: i/o timeout