Skip to content

Commit

Permalink
Update description of CA in main README
Browse files Browse the repository at this point in the history
Just mentioning AWS, Azure and GCP makes it sounds like only those are supported.
Now however, many more platforms are supported.
  • Loading branch information
jacksgt authored and himanshu-kun committed Apr 11, 2022
1 parent e0f2c31 commit 3193ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.
Expand Down

0 comments on commit 3193ece

Please sign in to comment.