Coder.comC
Coder.com3y ago
5 replies
Bianca

Can't create more than 14 workspaces

We deployed Coder in kubernetes and our templates are set to use envbox so we can make use of docker-in-docker functionality. I know documentation says for sysbox there is a limit of pods it can spin up, but there shouldn't be for envbox. I've test spinning up more than 14 workspaces by one user, by multiple users and using different templates. Every single time, it goes into an error state when I try to spin up a 15th workspace. No matter what template is used the error I receive is below. Is there something specific I'd have to add to our templates to allow for more workspaces to be spin up?

Error: events is forbidden: User "system:serviceaccount:coder:coder" cannot list resource "events" in API group "" in the namespace "coder"
on main.tf line 137, in resource "kubernetes_pod" "main":
  137: resource "kubernetes_pod" "main" {
Was this page helpful?