-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
隐私求交时master无法调度容器导致任务失败 #463
Comments
完整日志 Warning FailedScheduling 62s kuscia-scheduler 0/3 nodes are available: waiting for task resource. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling., can not find related task resource. |
bash-5.2# kubectl logs -f -n alice lttb-ymgvyxns-node-3-0 |
kubeclt get kj 任务名 -n cross-domain -oyaml看下 |
bash-5.2# kubectl get kj -A
|
bash-5.2# kubectl describe node root-kuscia-lite-bob-kube02 NetworkUnavailable False Thu, 28 Nov 2024 09:29:20 +0800 Thu, 28 Nov 2024 09:29:20 +0800 RouteCreated RouteController created a route bob dataproxy-bob-6c65dc5966-pbgfh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6h9m cpu 0 (0%) 0 (0%) |
我使用的命令是docker update ${container_name} --memory=16g --memory-swap=16g |
从你贴出的日志中,任务已经调度成功了。kuscia 不支持 kubectl logs 查看pod 日志,可以通过查看任务日志进一步排查 https://www.secretflow.org.cn/zh-CN/docs/kuscia/v0.12.0b0/deployment/logdescription#id3 |
平台日志(管道任务) 容器调度日志 容器事件 Events: Warning FailedScheduling 15s kuscia-scheduler 0/5 nodes are available: waiting for task resource. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling., can not find related task resource. cat /home/kuscia/var/logs/kuscia.log |grep "2024-12-02 11:06" cat /home/kuscia/var/logs/k3s.log |grep "2024-12-02 11:06" bash-5.2# /home/kuscia/var/logs/containerd.log cat /home/kuscia/var/logs/kusciaapi.log |grep "2024-12-02 11:06" cat /home/kuscia/logs/envoy/internal.log |grep "2024-12-02 11:06" bash-5.2# cat external.log |grep "2024-12-02 11:06" bash-5.2# cat envoy.log |grep "2024-12-02 11:06" alicepod日志为空 |
Issue Type
Others
Search for existing issues similar to yours
Yes
Kuscia Version
0.12.0b0
Link to Relevant Documentation
No response
Question Details
The text was updated successfully, but these errors were encountered: