Update the main README.md for Addon Resizer

This commit is contained in:
Marcin Wielgus 2017-06-16 14:50:00 +02:00
parent ac6cc9f15f
commit c2a68f9a26
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ This repository contains autoscaling-related components for Kubernetes.
Cluster so that all pods have a place to run and there are no unneeded nodes. Works with GCP, AWS and Azure. Current state - late beta, moving towards GA.
[Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) - a set of components to automagically adjust the
amount of CPU and memory requested by pods running in a Kubernetes Cluster. Current state - under development.
amount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - under development.
[Addon Resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer) - a simplified version of vertical pod autoscaler that modifies
resource requests of a deployment based on the number of nodes in the Kubernetes Cluster. Current state - beta.
## Contact Info