已合并
fix agentserver boot issue #448
陈卉创建于 11 天前
fix agentserver boot issue #448
已合并
Pull Request已成功合入, 合并人@曹玉哲
(感谢 陈卉 的贡献)atomgit-bot
11 天前 评论:
11 天前 评论:
变更摘要
本 PR 修复 agent server 启动(boot)问题:在 K8sServiceHandler 中,就绪探针(readiness probe)通过 client.V1ExecAction 执行的探活脚本路径由 /app/jiuwenclaw/tools/ws_probe.py 修正为 /app/jiuwenswarm/tools/ws_probe.py。由于原路径指向不存在的脚本,导致容器就绪检查失败、服务无法正常启动,本次改动使探针指向正确的 ws_probe.py 脚本路径。
主要改动
- 修正就绪探针脚本路径: 将
V1ExecAction中command的探活脚本路径从/app/jiuwenclaw/tools/ws_probe.py改为/app/jiuwenswarm/tools/ws_probe.py,修复因路径错误导致的 agent server 启动失败问题。


atomgit-bot
11 天前 评论:
11 天前 评论:
openJiuwen-bot
11 天前 评论:
11 天前 评论:
欢迎来到 openJiuwen 社区
Hey @chen-hui-zhe-xi , 感谢你对社区的贡献.
机器人使用手册
有关指令的使用,可以点击 此处 查看详情。开发人员可以在每个PR或Issue下方评论特定指令来触发机器人任务。


11 天前 添加了label:openJiuwen-cla/yes
openJiuwen-bot
11 天前 评论:
11 天前 评论:
11 天前 修改了pull request 的描述
atomgit-bot
11 天前 评论:
11 天前 评论:
11 天前 修改了pull request 的描述
Paired: GitHub #97 ↔ GitCode !448
What type of PR is this?
/kind
Self-checklist:(请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入)
Linked Closing Issues: