Deprecate the old cas addon

This commit is contained in:
Ole Markus With 2020-09-08 19:50:51 +02:00
parent ddde1b8d35
commit 6cfd50a07a
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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.