https://dagster.io/ logo
#ask-community
Title
# ask-community
s

Scott Hood

06/29/2022, 12:55 PM
Anyone seen this error before when a run has tried to kick off in K8s?
Copy code
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "Internal error occurred: resource quota evaluation timed out",
  "reason": "InternalError",
  "details": {
    "causes": [
      {
        "message": "resource quota evaluation timed out"
      }
    ]
  },
  "code": 500
}
🤖 1
r

rex

06/29/2022, 6:35 PM
seems like an issue with your Kubernetes server - https://github.com/kubernetes/kubernetes/issues/67531 looks relevant. #dagster-kubernetes is a better suited channel for questions like this in the future!
s

Scott Hood

06/29/2022, 6:36 PM
awesome, thanks!