https://linen.dev logo
Hello all I m enjoying the setup process
# general
m
Hello all, I'm enjoying the setup process for coder and have the system up and running mostly, but the final issue is connecting to the workspace here and via ssh. I checked logs in /tmp on the workspace but saw no logs showing issues. Any thoughts on next steps? I'm trialing the enterprise version

https://cdn.discordapp.com/attachments/971231372373033030/1095079229256908870/Screenshot_2023-04-10_at_3.12.02_PM.png

k
Seems likely your Kubernetes Pod cannot access the Coder deployment via the access URL. Can you grab the logs for that pod?
m
I can definitely do that, not super experienced but where can I find the logs?
There were no logs in /tmp
k
Hmm, weird! You can always try doing
kubectl logs <pod>
to fetch them!
m
Thank you!
Alright, this is what I found on the pod
Copy code
Trying again in 30 seconds...
+ status=28
+ echo error: failed to download coder agent
+ echo        command returned: 28
+ echo Trying again in 30 seconds...
+ sleep 30
+ :
+ status=
+ command -v curl
+ curl -fsSL --compressed https://IPADDRESS/bin/coder-linux-amd64 -o coder
curl: (28) Failed to connect to IPADDRESS port 443: Connection timed out
error: failed to download coder agent
       command returned: 28
k
Seems like your pod cannot access the Coder server. Your access URL needs to be reachable by all provisioned workspace infrastructure.