Skip to content

Commit 916f200

Browse files
committed
docs(builder-nodeselector): add BUILDER_POD_NODE_SELECTOR document
1 parent 686491d commit 916f200

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 builder job sometimes consume a lot of node resources. In case you want a builder job to run in specific node only, so it won't effect the critical node. for example `pool:testing,disk:magnetic`
5657

5758
## Customizing the Controller
5859

0 commit comments

Comments
 (0)