From 74392ea20c0e841b77ca8b2c3f3a934ab7d50cd7 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 12 May 2018 02:51:25 +0800 Subject: [PATCH] [stable/cluster-autoscaler] fix the failed links in README.md (#5527) * Bump version version: 0.6.3 * [stable/cluster-autoscaler] fix the links in README.md fix the links in README.md * Update README.md --- stable/cluster-autoscaler/Chart.yaml | 2 +- stable/cluster-autoscaler/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index e655357e16..d1c9b0bec5 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 0.6.2 +version: 0.6.3 appVersion: 1.2.0 home: https://github.com/kubernetes/autoscaler sources: diff --git a/stable/cluster-autoscaler/README.md b/stable/cluster-autoscaler/README.md index b187256046..58e2e2fe59 100644 --- a/stable/cluster-autoscaler/README.md +++ b/stable/cluster-autoscaler/README.md @@ -36,7 +36,7 @@ To install the chart with the release name `my-release`: Auto-discovery finds ASGs tags as below and automatically manages them based on the min and max size specified in the ASG. `cloudProvider=aws` only. 1) tag the ASGs with _key_ `k8s.io/cluster-autoscaler/enabled` and _key_ `kubernetes.io/cluster/` -1) verify the [IAM Permissions](#IAM) +1) verify the [IAM Permissions](#iam) 1) set `autoDiscovery.clusterName=` ```console @@ -66,7 +66,7 @@ $ helm install stable/cluster-autoscaler \ Without autodiscovery, specify an array of elements each containing ASG name, min size, max size. The sizes specified here will be applied to the ASG, assuming IAM permissions are correctly configured. -1) verify the [IAM Permissions](#IAM Permissions) +1) verify the [IAM Permissions](#iam) 1) Either provide a yaml file setting `autoscalingGroups` (see values.yaml) or use `--set` e.g.: ```console @@ -131,7 +131,7 @@ Parameter | Description | Default `tolerations` | List of node taints to tolerate (requires Kubernetes >= 1.6) | `[]` -Specify each parameter you'd like to override using a YAML file as described above in the [installation](#Installing the Chart) section or by using the `--set key=value[,key=value]` argument to `helm install`. For example, to change the region and [expander](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders): +Specify each parameter you'd like to override using a YAML file as described above in the [installation](#installing-the-chart) section or by using the `--set key=value[,key=value]` argument to `helm install`. For example, to change the region and [expander](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders): ```console $ helm install stable/cluster-autoscaler --name my-release \