volcano-sh / volcano-sh/agentcube
Create Code interpreter Sandbox failed, workloadmanger reports an error: sandbox creation timed out
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 167
- Forks
- 88
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
k8s version v1.35.3
agentcube version: v0.1.1
agentcube组件状态正常
agent-sandbox-controller状态正常
当我用curl -X POST http://router IP:Port/v1/namespaces/default/code-interpreters/my-interpreter/invocations/api/execute -H "Content-Type: application/json" -d '{"command": ["python3", "-c", "print(1+1)"]}'命令调用时, 终端会等待几分钟然后。然后看到workloadmanger的log有报错:create sandbox failed default/my-interpreter-2rcijeuy: sandbox creation timed out。 但是整个过程中,我看SandBox这个CR,或者是任何pod,都没有创建成功。
求大佬帮忙看看
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the provided curl request against the code-interpreter invocation endpoint. Start by checking the workloadmanager error and whether a Sandbox custom resource or pod appears during the request. Done means identifying why sandbox creation times out and confirming that a sandbox is created successfully for the same invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- backend, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100