From 916f200b2390fdf9ee3809829253a84a2f1497ba Mon Sep 17 00:00:00 2001 From: Jetsada Machom Date: Fri, 10 Mar 2017 15:04:41 +0700 Subject: [PATCH] docs(builder-nodeselector): add BUILDER_POD_NODE_SELECTOR document --- src/managing-workflow/tuning-component-settings.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/managing-workflow/tuning-component-settings.md b/src/managing-workflow/tuning-component-settings.md index 1b6f685e..457cab0c 100644 --- a/src/managing-workflow/tuning-component-settings.md +++ b/src/managing-workflow/tuning-component-settings.md @@ -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