mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 14:11:58 +02:00
Update autoscaling.md (#531)
This commit is contained in:
@@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Add option to enable lifecycle hooks creation (by @barryib)
|
- Add option to enable lifecycle hooks creation (by @barryib)
|
||||||
|
- Remove helm chart value `sslCertPath` described in `docs/autoscaling.md` (by @wi1dcard)
|
||||||
|
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,6 @@ The [helm chart](https://github.com/helm/charts/tree/master/stable/cluster-autos
|
|||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
|
||||||
sslCertPath: /etc/ssl/certs/ca-bundle.crt
|
|
||||||
|
|
||||||
cloudProvider: aws
|
cloudProvider: aws
|
||||||
awsRegion: YOUR_AWS_REGION
|
awsRegion: YOUR_AWS_REGION
|
||||||
|
|
||||||
@@ -34,4 +32,4 @@ There is a variable `asg_desired_capacity` given in the `local.tf` file, current
|
|||||||
|
|
||||||
## See More
|
## See More
|
||||||
|
|
||||||
[Using AutoScalingGroup MixedInstancesPolicy](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-autoscalinggroup-mixedinstancespolicy)
|
[Using AutoScalingGroup MixedInstancesPolicy](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-autoscalinggroup-mixedinstancespolicy)
|
||||||
|
|||||||
Reference in New Issue
Block a user