Skip to content

Commit

Permalink
[stable/auto-scaler] Add explicit awsRegion step in README (helm#11822)
Browse files Browse the repository at this point in the history
Prevent from missing `awsRegion` setting since the auto-discovery step was not explicitly documented about it.

Signed-off-by: Yoonian <[email protected]>
  • Loading branch information
yoonian authored and k8s-ci-robot committed Feb 28, 2019
1 parent 5a1a7b2 commit 44e09ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Scales worker nodes within autoscaling groups.
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: cluster-autoscaler
version: 0.11.2
version: 0.11.3
appVersion: 1.13.1
home: https://github.com/kubernetes/autoscaler
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Auto-discovery finds ASGs tags as below and automatically manages them based on
1) tag the ASGs with _key_ `k8s.io/cluster-autoscaler/enabled` and _key_ `kubernetes.io/cluster/<YOUR CLUSTER NAME>`
2) verify the [IAM Permissions](#iam)
3) set `autoDiscovery.clusterName=<YOUR CLUSTER NAME>`
4) set `awsRegion=<YOUR AWS REGION>`

```console
$ helm install stable/cluster-autoscaler --name my-release --set autoDiscovery.clusterName=<CLUSTER NAME>
Expand Down

0 comments on commit 44e09ad

Please sign in to comment.