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,都没有创建成功。
求大佬帮忙看看
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,都没有创建成功。
求大佬帮忙看看