Luna Lovegood
Luna Lovegood
CCoder.com
Created by Greenman999 on 1/21/2025 in #help
Devcontainer starting is taking really long / multiple times building the Dockerfile?
I also ran into this issue, that's why build image from devcontainer.json takes time.
18 replies
CCoder.com
Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
if you choose to use host kubeconfig in ~/.kube/config, you have to mount into coder agent and make sure kubeconfig is correct. If you choose to use serviceaccount on Pod running Coder (use_config variable set to False in this case), serviceaccount should have correct permission. This can be done via values.yaml https://github.com/coder/coder/blob/b98a1add98f9e0b2f0c11d081a5e1ab73f0928e0/helm/coder/values.yaml#L99-L110
45 replies
CCoder.com
Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
yes you can.
45 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
yeb, envbuilder doesn't use ssh setup by coder agent. If you want to use ssh to clone repo for envbuilder, pass ssh private key through
ENVBUILDER_SSH_PRIVATE_KEY_BASE64
ENVBUILDER_SSH_PRIVATE_KEY_BASE64
(or similar, check on their docs)
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
what is message of 500 error?
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
there is a link to document on that page
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
build it before publish
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
you should setup external Auth for Coder agent first
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
"ENVBUILDER_GIT_USERNAME" : data.coder_external_auth.github.access_token,
"ENVBUILDER_GIT_USERNAME" : data.coder_external_auth.github.access_token,
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
And set token for envbuilder
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
data "coder_external_auth" "github" {
id = "primary-auth"
}
data "coder_external_auth" "github" {
id = "primary-auth"
}
32 replies
CCoder.com
Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
use external Auth
32 replies
CCoder.com
Created by Alex{ } on 12/13/2024 in #help
The ping place is not working
No description
74 replies
CCoder.com
Created by Alex{ } on 12/13/2024 in #help
The ping place is not working
"The template for this workspace does not allow modification of ..." described on your screenshot
74 replies
CCoder.com
Created by Alex{ } on 12/13/2024 in #help
The ping place is not working
maybe because Workspace Schedule is managed by template, you must edit Template to allow edit schedule on workspaces
74 replies
CCoder.com
Created by Luna Lovegood on 12/9/2024 in #help
`cache_repo` doesn't work
Thank you, I think I figure it out, data.kubernetes_secret.cache_repo_dockerconfig_secret[0].data[".dockerconfigjson"] is base64 decoded value, I just have to encode it again
7 replies
CCoder.com
Created by Luna Lovegood on 12/9/2024 in #help
`cache_repo` doesn't work
I also got problem with base64 decode with ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64 but I'm not sure they are same issues
7 replies
CCoder.com
Created by Luna Lovegood on 12/6/2024 in #help
Add `map(string)` to `code_parameter` support type
okay
13 replies
CCoder.com
Created by Luna Lovegood on 12/6/2024 in #help
Add `map(string)` to `code_parameter` support type
I'm happy to open a pull request but sadly I'm not familiar with Go language
13 replies
CCoder.com
Created by Luna Lovegood on 12/6/2024 in #help
Add `map(string)` to `code_parameter` support type
as I described on terraform code above
13 replies