1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Update default override instance types to work with Cluster Autoscaler (#425)

This commit is contained in:
刘相轩
2019-07-08 17:18:13 +08:00
committed by Max Williams
parent 65901984e5
commit 4b1df0c0af
4 changed files with 13 additions and 8 deletions
+4
View File
@@ -27,3 +27,7 @@ To install the chart, simply run helm with the `--values` option:
```
helm install stable/cluster-autoscaler --values=path/to/your/values-file.yaml
```
## See More
[Using AutoScalingGroup MixedInstancesPolicy](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-autoscalinggroup-mixedinstancespolicy)