Skip to content

Commit

Permalink
Merge pull request kubernetes#3951 from jacksgt/patch-1
Browse files Browse the repository at this point in the history
Update description of CA in main README
  • Loading branch information
k8s-ci-robot authored Mar 17, 2021
2 parents 69720c9 + 46c81c2 commit cb407bb
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 @@ -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.
Expand Down

0 comments on commit cb407bb

Please sign in to comment.