From 8789c9cc49f651b595340148b2e62bc95801c27c Mon Sep 17 00:00:00 2001 From: William Buchwalter Date: Thu, 15 Jun 2017 16:03:28 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c2aa53..f5d07bb 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,11 @@ $ python main.py [options] - --dry-run: Flag for testing so resources aren't actually modified. Actions will instead be logged only. - -v: Sets the verbosity. Specify multiple times for more log output, e.g. `-vvv` - --debug: Do not catch errors. Explicitly crash instead. -- --ignore-pools: names of the pools that the autoscaler should ignore, separated by a comma. -- --spare-agents: number of agent per pool that should always stay up (default is 1) -- --acs-deployment: the name of the deployment used to deploy the kubernetes cluster initially +- --ignore-pools: Names of the pools that the autoscaler should ignore, separated by a comma. +- --spare-agents: Number of agent per pool that should always stay up (default is 1) +- --acs-deployment: The name of the deployment used to deploy the kubernetes cluster initially +- --idle-threshold: Maximum duration (in seconds) an agent can stay idle before being deleted +- --over-provision: Number of extra agents to create when scaling up, default to 0. ## Windows Machine Pools