Kbs56
Kbs56
CCoder.com
Created by Kbs56 on 1/28/2025 in #help
Devcontainer hanging in Coder instance
Our coder instances are hanging when pulling images, tried with internal and external images and both are hanging when extracting layers.
status_code=500 latency_ms=279 response_body="{\"message\":\"An internal error occurred. Please try again or contact the system administrator.\",\"detail\":\"API key couldn't update: fetch object: sql: no rows in result set.\"}\n" request_id=40f44f34-abc4-4fdd-8d64-f3759b9ee5f0`
status_code=500 latency_ms=279 response_body="{\"message\":\"An internal error occurred. Please try again or contact the system administrator.\",\"detail\":\"API key couldn't update: fetch object: sql: no rows in result set.\"}\n" request_id=40f44f34-abc4-4fdd-8d64-f3759b9ee5f0`
2025-01-28 16:11:20.816 [warn] coderd: failed to close webscoket job_id=2085e6ae-1775-4432-a289-dcbdf808e81a request_id=69aa09b0-2432-4ae5-b0e4-ddb5a8ac1c47 error="failed to close WebSocket: failed to write control frame opClose: WebSocket closed: failed to acquire lock: context deadline exceeded"
2025-01-28 16:11:20.816 [warn] coderd: failed to close webscoket job_id=2085e6ae-1775-4432-a289-dcbdf808e81a request_id=69aa09b0-2432-4ae5-b0e4-ddb5a8ac1c47 error="failed to close WebSocket: failed to write control frame opClose: WebSocket closed: failed to acquire lock: context deadline exceeded"
Here are some logs I found while looking into it.
6 replies
CCoder.com
Created by Kbs56 on 1/2/2025 in #help
Coder RDS IAM Auth
Does coder use the service account that is deployed through the helm chart to then use an IAM role and connect to an RDS instance? Having some trouble wiring this up, looking for some guidance
46 replies
CCoder.com
Created by Kbs56 on 12/12/2024 in #help
K8s + Coder Permissions Issues
Hey @Phorcys I'm running this example docker file on an EKS cluster https://github.com/coder/webinars/blob/main/2024/2024_06_genai_tooling/files/Dockerfile When spinning up the workspace on the cluster It is not able to create directories and such in the pod. Getting a lot of access denied. I basically copied this terraform file here as well. https://github.com/coder/webinars/blob/main/2024/2024_06_genai_tooling/files/main.tf wondering if there is anything obvious that I may need to tweak, etc. Just started toying with coder today as a POC. Any help would be appreciated.
10 replies