Skip to content

Commit ea27199

Browse files
authored
Merge pull request #770 from zinuzoid/builder-job-node-selector
docs(builder-nodeselector): add BUILDER_POD_NODE_SELECTOR document
2 parents fdf76e4 + 32a1493 commit ea27199

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/managing-workflow/tuning-component-settings.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ limits_memory = "50Mi"
5050

5151
The following environment variables are tunable for the [Builder][] component:
5252

53-
Setting | Description
54-
------- | ---------------------------------
55-
DEBUG | Enable debug log output (default: false)
53+
Setting | Description
54+
--------------------------- | ---------------------------------
55+
DEBUG | Enable debug log output (default: false)
56+
BUILDER_POD_NODE_SELECTOR | A node selector setting for builder job. As it may sometimes consume a lot of node resources, one may want a given builder job to run in a specific node only, so it won't affect critical nodes. for example `pool:testing,disk:magnetic`
5657

5758
## Customizing the Controller
5859

0 commit comments

Comments
 (0)