We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I'll add support for this!
Sorry, something went wrong.
feat: add support for logging events from ReplicaSets
fff32a0
Fixes #3
162d026
feat: add support for logging events from ReplicaSets (#4)
6f9f887
* feat: add support for logging events from ReplicaSets Fixes #3 * Fix replicaset tests event
kylecarbs
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: