Skip to content

Commit

Permalink
Update README.md (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Nov 28, 2021
1 parent 8117b0d commit 07d7f8f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ For most use cases, a cluster’s capacity can be managed by a single Karpenter
However, you can define multiple Provisioners, enabling use cases like isolation, entitlements, and sharding.
Using a combination of defaults and overrides, Karpenter determines the availability zone, instance type, capacity type, machine image, and scheduling constraints for pods it manages.

Karpenter optimizes for scheduling latency and utilization efficiency using two complementary control loops:

* The *allocator* is a fast-acting latency-sensitive controller that is responsible for ensuring that incoming pods are scheduled as quickly as possible.
* The *reallocator* is a slow-acting cost-sensitive controller that replaces nodes as pod requests and capacity prices shift over time.

Together, the allocator and reallocator maximize the availability and efficiency of your cluster.

Come discuss Karpenter in the [#provider-aws channel](https://kubernetes.slack.com/archives/C0LRMHZ1T) in the [Kubernetes slack](https://slack.k8s.io/)!

Check out the [FAQs](https://karpenter.sh/docs/faqs/) to learn more.
Check out the [Docs](https://karpenter.sh/) to learn more.

## Installation

Expand Down

0 comments on commit 07d7f8f

Please sign in to comment.