Aaron Taylor
Aaron Taylor
CCoder.com
Created by Aaron Taylor on 6/12/2024 in #help
Coder envbuilder container starts logging 401 errors when using "Update" option
9 replies
CCoder.com
Created by Aaron Taylor on 7/1/2024 in #help
GCP VMs fail to start sporadically with "desired_status can only accept RUNNING value" error
Attached file that we're roughly using for this template
3 replies
CCoder.com
Created by Aaron Taylor on 6/12/2024 in #help
Coder envbuilder container starts logging 401 errors when using "Update" option
No, our API is behind a GCP application-layer load balancer, but it doesn't do any auth
9 replies
CCoder.com
Created by Aaron Taylor on 6/12/2024 in #help
Coder envbuilder container starts logging 401 errors when using "Update" option
That would make certainly make sense based on the error, though I'm not sure where it might be going wrong, we set that variable as:
{
name = "CODER_AGENT_URL"
value = data.coder_workspace.me.access_url
},
{
name = "CODER_AGENT_URL"
value = data.coder_workspace.me.access_url
},
File is attached here.
9 replies
CCoder.com
Created by Aaron Taylor on 6/11/2024 in #help
Persisting container state across workspace restarts
I ended up working around this by creating a script that replaces home directory files with soft links to a folder that is persistent.
12 replies
CCoder.com
Created by Aaron Taylor on 6/11/2024 in #help
Persisting container state across workspace restarts
I've looked at the option called out in https://coder.com/docs/dotfiles#persistent-home but I'm not sure of a good way to mount a volume into the home directory without also nuking all the files there from the container build, some of which are important and would need to be re-created another way.
12 replies