From b0ed821077a789a03c8a371406d9c7a2f9f2484f Mon Sep 17 00:00:00 2001 From: SwagMaster <38248447+DragonBanana@users.noreply.github.com> Date: Thu, 5 May 2022 18:55:45 +0200 Subject: [PATCH] Update README.md --- pkg/pod-autoscaler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pod-autoscaler/README.md b/pkg/pod-autoscaler/README.md index a7cf175..4dafc2f 100644 --- a/pkg/pod-autoscaler/README.md +++ b/pkg/pod-autoscaler/README.md @@ -13,6 +13,6 @@ and it outputs: - `Pod Scale` to set the desired amount of resources (CPU and memory) assigned to a pod. The recommender supports multiple logics: -- `Control Theory Logic`: ... +- `Control Theory Logic`: it adopts a PI controller per pod. Resources recommendation are very fast. The Recommender is based on control theory, and it allows to rapidly change the amount of resources of a node in order to meet the service level agreement desired.