Skip to content

Commit

Permalink
fix: 作业使用 GSE V2 管道,当agent_id 不存在的时候,会调用 GSE V1 的 queryAgentStatus API
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed May 31, 2024
1 parent 7cede95 commit 7fba8ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions support-files/kubernetes/charts/bk-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@ job:
gseV2:
# 是否对接GSE2.0。 如果需要对接GSE1.0,设置job.features.gseV2.enabled=false
enabled: true
# 是否支持 GSE V2 Agent状态查询。如果需要对接GSE1.0,设置job.features.agentStatusGseV2.enabled=false
agentStatusGseV2:
enabled: true
# 是否支持执行对象。如果 Job 需要支持容器内作业的执行,需要开启该特性
executeObject:
enabled: true
Expand Down

0 comments on commit 7fba8ac

Please sign in to comment.