From 9a18373de912fe9f1fbad4ccbd076c0df6027ea4 Mon Sep 17 00:00:00 2001 From: liaoj Date: Wed, 14 Feb 2018 07:31:50 +0800 Subject: [PATCH] Update README.md (#3667) seperated -> separated --- stable/acs-engine-autoscaler/Chart.yaml | 2 +- stable/acs-engine-autoscaler/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/acs-engine-autoscaler/Chart.yaml b/stable/acs-engine-autoscaler/Chart.yaml index 23a197bd39..6db0ba75e3 100644 --- a/stable/acs-engine-autoscaler/Chart.yaml +++ b/stable/acs-engine-autoscaler/Chart.yaml @@ -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 diff --git a/stable/acs-engine-autoscaler/README.md b/stable/acs-engine-autoscaler/README.md index d5b0f13872..ab938b7fca 100644 --- a/stable/acs-engine-autoscaler/README.md +++ b/stable/acs-engine-autoscaler/README.md @@ -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 -``` \ No newline at end of file +```