From 6cfd50a07adccc5aa8e13072d2f372f9aa561fa1 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 8 Sep 2020 19:50:51 +0200 Subject: [PATCH] Deprecate the old cas addon --- addons/cluster-autoscaler/README.md | 2 ++ docs/cluster_spec.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/cluster-autoscaler/README.md b/addons/cluster-autoscaler/README.md index fc94f8634e2b1..52920cb7cbce7 100644 --- a/addons/cluster-autoscaler/README.md +++ b/addons/cluster-autoscaler/README.md @@ -1,5 +1,7 @@ # Cluster Autoscaler Addon +**This addon is deprecated. See https://kops.sigs.k8s.io/cluster_spec/#cluster-autoscaler** + We strongly recommend using Cluster Autoscaler with the kubernetes version for which it was meant. Refer to the [Cluster Autoscaler documentation compatibility matrix]( https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/README.md#releases) Note that you likely want to change `AWS_REGION` and `GROUP_NAME`, and probably `MIN_NODES` and `MAX_NODES`. Here is an example of how you may wish to do so: diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index 617f90872a995..ebcd044956f9d 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -603,7 +603,6 @@ spec: For more details on `horizontalPodAutoscaler` flags see the [official HPA docs](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) and the [Kops guides on how to set it up](horizontal_pod_autoscaling.md). ## Cluster autoscaler - {{ kops_feature_table(kops_added_default='1.19', k8s_min='1.15') }} Cluster autoscaler can be enabled to automatically adjust the size of the kubernetes cluster.