Skip to content

Commit

Permalink
feature: Job 支持容器执行 - 脚本任务 TencentBlueKing#2631
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jan 2, 2024
1 parent 24f12d1 commit 73fbb88
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -608,6 +608,9 @@ job:
gseV2:
# 是否对接GSE2.0。 如果需要对接GSE1.0,设置job.features.gseV2.enabled=false
enabled: true
# 是否支持执行对象。如果 Job 需要支持容器内作业的执行,需要开启该特性
executeObject:
enabled: true
trace:
report:
# 是否上报Trace数据至监控平台APM应用,默认不上报
Expand Down
3 changes: 3 additions & 0 deletions support-files/templates/#etc#job#job-common#application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ job:
# 是否对接GSE2.0。 如果需要对接GSE1.0,设置job.features.gseV2.enabled=false
gseV2:
enabled: true
# 是否支持执行对象。如果 Job 需要支持容器内作业的执行,需要开启该特性
executeObject:
enabled: true
# 存储临时文件的根目录
storage:
root-path: __BK_HOME__/public/job
Expand Down

0 comments on commit 73fbb88

Please sign in to comment.