From c0c566a3dc653d7df3792e8ec40519e69a54dc26 Mon Sep 17 00:00:00 2001 From: Beata Skiba Date: Fri, 13 Oct 2017 13:53:34 +0200 Subject: [PATCH] Add scalability testing report to 1.0.0 release notes --- cluster-autoscaler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/README.md b/cluster-autoscaler/README.md index 95d4aa9be9..f14fbb7af8 100644 --- a/cluster-autoscaler/README.md +++ b/cluster-autoscaler/README.md @@ -32,7 +32,7 @@ there is a big chance that it won't work as expected. CA Version 1.0: With this release we graduated Cluster Autoscaler to GA. -* Support for 1000 nodes running 30 pods each. +* Support for 1000 nodes running 30 pods each. See: [Scalability testing report](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/proposals/scalability_tests.md) * Support for 10 min graceful termination. * Improved eventing and monitoring. * Node allocatable support.