From 971ca5049b3e8aac203562415bccaa465ced61bb Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Fri, 24 Mar 2017 23:39:52 +0100 Subject: [PATCH] Cluster-autoscaler: add information about which version is supported in which k8s --- cluster-autoscaler/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cluster-autoscaler/README.md b/cluster-autoscaler/README.md index cf2c77c317..64d39f01ad 100644 --- a/cluster-autoscaler/README.md +++ b/cluster-autoscaler/README.md @@ -7,6 +7,18 @@ Cluster Autoscaler is a tool that automatically adjusts the size of the Kubernet * some nodes in the cluster are so underutilized, for an extended period of time, that they can be deleted and their pods will be easily placed on some other, existing nodes. +# Releases + +We strongly recommend using Cluster Autoscaler with version for which it was meant. We don't +do ANY cross version testing so if you put the newest Cluster Autoscaler on an old cluster +there is a big chance that it won't work as expected. + +| Kubernets Version | CA Version | +|--------|--------| +| 1.6.X | 0.5.X | +| 1.5.X | 0.4.X | +| 1.4.X | 0.3.X | + # Deployment Cluster Autoscaler runs on the Kubernetes master node (at least in the default setup on GCE and GKE).