Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(builder-nodeselector): add BUILDER_POD_NODE_SELECTOR document
Browse files Browse the repository at this point in the history
  • Loading branch information
zinuzoid committed Mar 10, 2017
1 parent 686491d commit 916f200
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/managing-workflow/tuning-component-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ limits_memory = "50Mi"

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

Setting | Description
------- | ---------------------------------
DEBUG | Enable debug log output (default: false)
Setting | Description
--------------------------- | ---------------------------------
DEBUG | Enable debug log output (default: false)
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`

## Customizing the Controller

Expand Down

0 comments on commit 916f200

Please sign in to comment.