Skip to content

Commit

Permalink
Add a note regarding scaling values when using auto-discovery
Browse files Browse the repository at this point in the history
As per information I found here kubernetes#1013 (comment)
  • Loading branch information
mf-lit authored Jul 4, 2018
1 parent 29f2e70 commit a0fa430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/cloudprovider/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Note that:

* It is recommended to use a second tag like `k8s.io/cluster-autoscaler/<YOUR CLUSTER NAME>` when `k8s.io/cluster-autoscaler/enabled` is used across many clusters to prevent ASGs from different clusters recognized as the node groups
* There are no `--nodes` flags passed to cluster-autoscaler because the node groups are automatically discovered by tags
* No min/max values are provided when using Auto-Discovery, cluster-autoscaler will respect the current min and max values of the ASG being targeted, and it will adjust only the "desired" value.

```
kubectl apply -f examples/cluster-autoscaler-autodiscover.yaml
Expand Down

0 comments on commit a0fa430

Please sign in to comment.