From 46c81c2f7df8b55c49a684d8afc3af9b25c77122 Mon Sep 17 00:00:00 2001 From: Jack Henschel Date: Wed, 17 Mar 2021 17:15:07 +0100 Subject: [PATCH] Update description of CA in main README Just mentioning AWS, Azure and GCP makes it sounds like only those are supported. Now however, many more platforms are supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08093baaf85a..c706250316d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains autoscaling-related components for Kubernetes. ## What's inside [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) - a component that automatically adjusts the size of a Kubernetes -Cluster so that all pods have a place to run and there are no unneeded nodes. Works with GCP, AWS and Azure. Version 1.0 (GA) was released with kubernetes 1.8. +Cluster so that all pods have a place to run and there are no unneeded nodes. Supports several public cloud providers. Version 1.0 (GA) was released with kubernetes 1.8. [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) - a set of components that automatically adjust the amount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - beta.