Skip to content

Stream ReplicaSet events (e.g. Kubernetes quota breached) #3

Closed
@bpmct

Description

@bpmct

When I exceed a Kubernetes quota, the error is on the ReplicaSet, not the deployment or pod:

  Warning  FailedCreate  46s (x6 over 2m5s)  replicaset-controller  (combined from similar events): Error creating: pods "coder-benzo-my-workspace-6df987574-ffvcc" is forbidden: exceeded quota: my-quota, requested: limits.cpu=6,limits.memory=4Gi,requests.memory=512Mi, used: limits.cpu=8,limits.memory=8Gi,requests.memory=1792Mi, limited: limits.cpu=2,limits.memory=2Gi,requests.memory=2Gi

In the Coder UI, the workspace seems like it is hanging forever. No events are streamed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions