digineo
digineo
CCoder.com
Created by digineo on 1/9/2025 in #help
Workspace creation times out.
On creating a new workspace using the starter docker template, it shows the agents are unhealthy. On looking at the docker container logs, I see this:
+ curl -fsSL --compressed https://xxx.pit-1.try.coder.app/bin/coder-linux-amd64 -o coder
curl: (6) Could not resolve host: xxx.pit-1.try.coder.app
error: failed to download coder agent
command returned: 6
+ curl -fsSL --compressed https://xxx.pit-1.try.coder.app/bin/coder-linux-amd64 -o coder
curl: (6) Could not resolve host: xxx.pit-1.try.coder.app
error: failed to download coder agent
command returned: 6
I'm able to resolve DNS on the same network that the container is running in but the workspace container, for some reason, is unable to resolve the tunnel url.
8 replies