From ed7cecc26935804259e7b976cf3037bf17bc817f Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Tue, 13 Aug 2024 11:42:52 +0300 Subject: [PATCH] docs: describe newly added preferCoreType field Signed-off-by: Feruzjon Muyassarov --- docs/resource-policy/policy/balloons.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/resource-policy/policy/balloons.md b/docs/resource-policy/policy/balloons.md index c537fb136..86f781ba7 100644 --- a/docs/resource-policy/policy/balloons.md +++ b/docs/resource-policy/policy/balloons.md @@ -159,6 +159,9 @@ Balloons policy parameters: separate `cpu.classes` objects, see below. - `preferCloseToDevices`: prefer creating new balloons close to listed devices. List of strings + - `preferCoreType`: specifies preferences of the core type which + could be either power efficient (`efficient`) or high performance + (`performance`). - `preferSpreadingPods`: if `true`, containers of the same pod should be spread to different balloons of this type. The default is `false`: prefer placing containers of the same pod to the same @@ -173,7 +176,7 @@ Balloons policy parameters: preferring exclusive CPUs, as long as there are enough free CPUs. The default is `false`: prefer filling and inflating existing balloons over creating new ones. - - `preferIsolCpus`: if `true`,prefer system isolated CPUs (refer to + - `preferIsolCpus`: if `true`, prefer system isolated CPUs (refer to kernel command line parameter "isolcpus") for this balloon. Warning: if there are not enough isolated CPUs in the system for balloons that prefer them, balloons may include normal CPUs, too. This kind of