Envbox in kubernetes, cgroup permission issue.
When I create workspace with the Kubernetes (Envbox) template it throws errors about not being able to write to cgroup.
I haven't changed anything in the template.
https://registry.coder.com/templates/kubernetes-envbox?tab=source
7 Replies
<#1329735522343714906>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
At the bottom are the error messages.
I also tried coder/envbox versions: 0.6.1 & 0.5.3.
hey @WBR_K, sorry for the delay, it seems your issue went under the radar
have you figured this out?
Thats alright. 👍
I wasnt able to fix this yet.
Good to know is that I used minikube running on docker engine.
Try setting
"default-cgroupns-mode": "host"
in your /etc/docker/daemon.json
(and restart Docker)