Error(Using Helm Chart) Template version job hasn't completed

Hi Folks, I'm new to Coder and ran into an error when trying to install the helm chart as per these instructions: https://coder.com/docs/coder-oss/latest/install/kubernetes After installing the postgresql database, creating the k8s secret, & deploying the helm chart I'm presented with a loading screen that doesn't seem to end (see screenshot). When I try to start a workspace from the WebUI it returns with the error message: "Template version job hasn't completed!" Does someone know why the kubernetes template might be stuck? Here's the helm values I'm passing into it:
---
coder:
service:
annotations:
external-dns.alpha.kubernetes.io/hostname: coder.wsbidev.net.
env:
- name: CODER_PG_CONNECTION_URL
valueFrom:
secretKeyRef:
name: coder-db-url
key: url
- name: CODER_ACCESS_URL
value: "https://coder.wsbidev.net"
- name: CODER_AUTO_IMPORT_TEMPLATES
value: "kubernetes"
resources:
limits:
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
---
coder:
service:
annotations:
external-dns.alpha.kubernetes.io/hostname: coder.wsbidev.net.
env:
- name: CODER_PG_CONNECTION_URL
valueFrom:
secretKeyRef:
name: coder-db-url
key: url
- name: CODER_ACCESS_URL
value: "https://coder.wsbidev.net"
- name: CODER_AUTO_IMPORT_TEMPLATES
value: "kubernetes"
resources:
limits:
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
Kubernetes - Coder OSS main docs
Install Coder with Kubernetes via Helm
10 Replies
Vyas
Vyas2y ago
I'mtrying to install version 0.13.1
thy
thy2y ago
hey! could you maybe send a screenshot of the part that errors in the webui, and any pod logs from coderd during that time period?
Vyas
Vyas2y ago
Sure thing, Thanks! Here's the pod logs:
❯ kubectl logs deployment.apps/coder -f
Coder v0.13.1+9e80322 - Software development on your infrastucture

View the Web UI: https://coder.wsbidev.net
2022-12-05 23:23:53.252 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:178> (*Checker).update checking for update

Get started by creating the first user (in a new terminal):
coder login https://coder.wsbidev.net

==> Logs will stream in below (press ctrl+c to gracefully exit):
2022-12-05 23:23:53.465 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:205> (*Checker).update update check result {"latest_version": "v0.13.1"}
2022-12-05 23:23:53.471 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:147> (*Checker).start time until next update check {"duration": "23h59m59.993593549s"}
2022-12-05 23:24:58.469 [INFO] (coderd) <./coderd/users.go:186> (*API).postFirstUser auto-imported template {"request_id": "739b7f73-cc52-4dff-a248-ffbd6947d4a4", "id": "78436308-217e-4897-a95f-6ce078d6fdba", "template": "kubernetes", "parameters": {"namespace": "coder", "use_kubeconfig": "false"}}
❯ kubectl logs deployment.apps/coder -f
Coder v0.13.1+9e80322 - Software development on your infrastucture

View the Web UI: https://coder.wsbidev.net
2022-12-05 23:23:53.252 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:178> (*Checker).update checking for update

Get started by creating the first user (in a new terminal):
coder login https://coder.wsbidev.net

==> Logs will stream in below (press ctrl+c to gracefully exit):
2022-12-05 23:23:53.465 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:205> (*Checker).update update check result {"latest_version": "v0.13.1"}
2022-12-05 23:23:53.471 [INFO] (coderd.update_checker) <./coderd/updatecheck/updatecheck.go:147> (*Checker).start time until next update check {"duration": "23h59m59.993593549s"}
2022-12-05 23:24:58.469 [INFO] (coderd) <./coderd/users.go:186> (*API).postFirstUser auto-imported template {"request_id": "739b7f73-cc52-4dff-a248-ffbd6947d4a4", "id": "78436308-217e-4897-a95f-6ce078d6fdba", "template": "kubernetes", "parameters": {"namespace": "coder", "use_kubeconfig": "false"}}
No description
thy
thy2y ago
i don't see anything about the error you mentioned earlier, can you try to reproduce?
Vyas
Vyas2y ago
Oh the error appears when trying to use the template
No description
Vyas
Vyas2y ago
The template WebUI is stuck loading the "Summary" The above screenshot appears when navigating to: http://coder.wsbidev.net/templates/kubernetes/workspace
thy
thy2y ago
hmm, interesting! could you potentially make an issue on github for this? i think it needs more investigating
Vyas
Vyas2y ago
Sure thing, anything I can do in the meantime to increase the log verbosity?
Vyas
Vyas2y ago
GitHub
Error(Using Helm Chart): Template version job hasn't completed · Is...
Hi Folks, I&#39;m new to Coder and ran into an error when trying to install the helm chart as per these instructions: https://coder.com/docs/coder-oss/latest/install/kubernetes After installing...
thy
thy2y ago
thanks!
Want results from more Discord servers?
Add your server