Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbuchwalter authored Jun 15, 2017
1 parent 003f5c1 commit 8789c9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8789c9c

Please sign in to comment.