Struggling to set up on kubernetes
Hi all,
I followed the installation instructions step by step. Everything seems to be up, however, when I use the kubernetes template it gets stuck at
The workspace agent is having trouble connecting
I am running coder inside a kubernetes cluster and trying to set up a workspace with the kubernetes template.6 Replies
<#1221814863593214013>
Category
Help needed
Product
Coder OSS (v2)
Platform
macOS
Logs
Please post any relevant logs/error messages.
Can you post your template?
It's the standard kubernetes one, no changes
@yoodlepro - So you mean the k8s starter template from within the Coder server? This one? https://github.com/coder/coder/tree/main/examples/templates/kubernetes
GitHub
coder/examples/templates/kubernetes at main · coder/coder
Provision remote development environments via Terraform - coder/coder
Yes.
So I found a fix but not the reason
I've switched from using
minikube
to using the cluster that comes with docker desktop
and now the agent connects just fine and i can start coder-server
so it's working but don't know why it was not with minikube
Ok. Glad you got it working. Did you possibly start the workspace pod in a different namespace in the first install?