Update README.md (#3667)

seperated -> separated
This commit is contained in:
liaoj
2018-02-13 15:31:50 -08:00
committed by k8s-ci-robot
parent c848b98053
commit 9a18373de9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Scales worker nodes within agent pools
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: acs-engine-autoscaler
version: 2.1.1
version: 2.1.2
appVersion: 2.1.1
sources:
- https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler
+2 -2
View File
@@ -112,7 +112,7 @@ Parameter | Description | Default
`caprivatekey`| The key passed to the `caPrivateKey` parameter in your `azuredeploy.parameters.json` generated with `acs-engine` | None. You *must* supply one.
`acsdeployment`| [OPTIONAL] The name of the deployment used to deploy the kubernetes cluster initially. | `azuredeploy`.
`sleeptime`| [OPTIONAL] The number of seconds to sleep between scaling loops. | 60
`ignorepools`| [OPTIONAL] A list of comma seperated pool names the autoscaler should ignore. | None.
`ignorepools`| [OPTIONAL] A list of comma separated pool names the autoscaler should ignore. | None.
`spareagents`| [OPTIONAL] Number of agents per pool that should always remain up. | 1
`idlethreshold`| [OPTIONAL] Maximum duration (in seconds) an agent can stay idle before being deleted. | 1800 (30 minutes)
`overprovision`| [OPTIONAL] Number of extra agents to create when scaling out. | 0
@@ -123,4 +123,4 @@ Specify each parameter you'd like to override using a YAML file as described abo
You need to provide a Service Principal to the autoscaler. You can create one using [Azure CLI](https://github.com/Azure/azure-cli):
```
az ad sp create-for-rbac
```
```