From 185cd4499eb802e8e807c3c6bc3e065c4edceffa Mon Sep 17 00:00:00 2001 From: irti Date: Sat, 21 Sep 2019 00:12:21 +0500 Subject: [PATCH] [add-notes] update the docs/autoscaling.md document --- docs/autoscaling.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/autoscaling.md b/docs/autoscaling.md index 35ecc31..c4b6d98 100644 --- a/docs/autoscaling.md +++ b/docs/autoscaling.md @@ -28,6 +28,10 @@ To install the chart, simply run helm with the `--values` option: helm install stable/cluster-autoscaler --values=path/to/your/values-file.yaml ``` +`NOTE` + +There is a variable `asg_desired_capacity` given in the `local.tf` file, currently it can be used to change the desired worker(s) capacity in the autoscaling group but currently it is being ignored in terraform to reduce the [complexities](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/510#issuecomment-531700442) and the feature of scaling up and down the cluster nodes is being handled by the cluster autoscaler. + ## See More [Using AutoScalingGroup MixedInstancesPolicy](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-autoscalinggroup-mixedinstancespolicy) \ No newline at end of file