joelynnnnn
CCoder.com
•Created by joelynnnnn on 1/20/2025 in #help
startup_script not working when using GitLab CI template management
yes it was the line endings causing the issues ;-; thank you!
5 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
the kubeconfig file that connects to your minikube needs to be present in the docker
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
where is your kubeconfig in your docker?
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
what is your coder deployed on? vm / docker / kubernetes?
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
thank you!
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
thank you! let me try again tomorrow
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
In the future, i intend the fire workspaces in an external k8s cluster, that's why i'm testing out with the kubeconfig
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
same k8s cluster, different namespace
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
But I still find it a bit weird that Devcontainers (Kubernetes) doesn't read the kubeconfig..? I've tried on my VM deployment, and it reads this kubeconfig perfectly fine hmm
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
Can this be done via values.yaml? Or I have to create myself and link it via kubectl
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
I'm deploying the kubernetes pod into another namespace, but it seems like these serviceaccounts do not have permissions for it.
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
facing the same permission issues for coder-logstream-kube as well, logs weren't fetched
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
Here's the full error log:
Error: persistentvolumeclaims is forbidden: User "system:serviceaccount:coder-p8wjr:coder" cannot create resource "persistentvolumeclaims" in API group "" in the namespace "coder"
on main.tf line 182, in resource "kubernetes_persistent_volume_claim" "home":
182: resource "kubernetes_persistent_volume_claim" "home" {
45 replies
CCoder.com
•Created by joelynnnnn on 1/6/2025 in #help
Workspace build failed for Kubernetes (Devcontainers)
I'm using "Devcontainers (Kubernetes)" under starter templates
45 replies