From 4790962c89a24d435c57e1d14796b3e0640aa734 Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Wed, 6 Nov 2019 10:23:59 -0800 Subject: [PATCH] Fix wording and typos in No delay provisioning section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f35b0bfa74..45d9f11693 100644 --- a/README.md +++ b/README.md @@ -562,9 +562,9 @@ If you want to provide your own Docker image for the JNLP slave, you **must** na # No delay provisioning -By default Jenkins do estimate load to avoid over-provisioning of cloud nodes. -This plugin will use its own provisioning strategy by default, with this strategy, a new node is created on Kubernetes as soon as NodeProvisioner detects need for more agents. -In worse scenarios, this will results in some extra nodes provisioned on Kubernetes, which will be shortly terminated. +By default, Jenkins estimates load to avoid over-provisioning cloud nodes. +This plugin will use its own provisioning strategy by default. With this strategy, a new node is created on Kubernetes as soon as NodeProvisioner detects a need for more agents. +In worst case scenarios, this will result in some extra nodes being provisioned on Kubernetes, which will be shortly terminated. If you want to turn off this Strategy you can set SystemProperty `io.jenkins.plugins.kubernetes.disableNoDelayProvisioning=true`