mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user