From c413eb2f4bc9a64d98fc5a74415fae20de5ab942 Mon Sep 17 00:00:00 2001 From: Dan Ports Date: Sat, 8 Jan 2022 20:58:31 -0500 Subject: [PATCH] Keep docs DRY. --- docs/addons.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/addons.md b/docs/addons.md index 8cec591eac..8de04f359f 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -49,7 +49,9 @@ spec: Read more about cluster autoscaler in the [official documentation](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler). ##### Expander strategies -The cluster autoscaler supports five different [expander strategies](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders). The `price` expander is only supported on GCE. The `priority` expander requires additional configuration in a ConfigMap as described in [its documentation](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md) - please ensure that you have deployed this ConfigMap before enabling the `priority` expander. +Cluster autoscaler supports several different [expander strategies](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders). + +Note that the `priority` expander requires additional configuration through a ConfigMap as described in [its documentation](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md) - you will need to create this ConfigMap in your cluster before selecting this expander. ##### Disabling cluster autoscaler for a given instance group {{ kops_feature_table(kops_added_default='1.20') }}