kubernetes workspace - code-server-button unhealthy
Hi all, hope youre doing fine.
i try to get coder running inside kubernetes, following https://coder.com/docs/coder-oss/latest/install/kubernetes ... so far so good, but the "code-server-button" says "unhealthy"
Terminal-Button works fine
I dont know where to look at, any ideas? ๐
Kubernetes - Coder OSS main docs
Install Coder with Kubernetes via Helm.
8 Replies
I believe our template has a tiny bug (wrong port) defined here: https://github.com/coder/coder/blob/1386465631e6a052590eccd369e174b206304257/examples/templates/kubernetes/main.tf#L81
If you modify/update your kubernetes template to use port
13337
instead, I think it should work.GitHub
coder/main.tf at 1386465631e6a052590eccd369e174b206304257 ยท coder/c...
Remote development environments on your infrastructure provisioned with Terraform - coder/main.tf at 1386465631e6a052590eccd369e174b206304257 ยท coder/coder
hi, thank you! ๐ this makes sense to me. i try to change and let you know how its going ๐
Created a PR for it: https://github.com/coder/coder/pull/4386
GitHub
fix: Change use of 1337 to 13337 in example templates by mafredri ยท...
This seemed like a bug, changed all occurances I could find.
Hi, seems to work now! thank you very much! ๐
Awesome!
there were quite a lot ports wrong i can see in your PR ๐ damn... bad day ๐
The health check was a fairly new feature, appreciate you catching the bug for us! โค๏ธ
(And sorry)
i apreciate that! ๐ you dont have to be sorry! coder is great!