From 18748a5f3878da54af13cfd5d37ae28232cbda36 Mon Sep 17 00:00:00 2001 From: Wi1dcard Date: Fri, 27 Sep 2019 19:18:31 +0800 Subject: [PATCH] Update autoscaling.md (#531) --- CHANGELOG.md | 1 + docs/autoscaling.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd22ce..5fedef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Add option to enable lifecycle hooks creation (by @barryib) + - Remove helm chart value `sslCertPath` described in `docs/autoscaling.md` (by @wi1dcard) # History diff --git a/docs/autoscaling.md b/docs/autoscaling.md index c4b6d98..2aabab8 100644 --- a/docs/autoscaling.md +++ b/docs/autoscaling.md @@ -12,8 +12,6 @@ The [helm chart](https://github.com/helm/charts/tree/master/stable/cluster-autos rbac: create: true -sslCertPath: /etc/ssl/certs/ca-bundle.crt - cloudProvider: aws awsRegion: YOUR_AWS_REGION @@ -34,4 +32,4 @@ There is a variable `asg_desired_capacity` given in the `local.tf` file, current ## 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 +[Using AutoScalingGroup MixedInstancesPolicy](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-autoscalinggroup-mixedinstancespolicy)