From 2aad4db5af3d1eb9aadf43c967568fc775fb0dbc 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 coreType 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 7e5b24863..8ff95c034 100644 --- a/docs/resource-policy/policy/balloons.md +++ b/docs/resource-policy/policy/balloons.md @@ -154,6 +154,9 @@ Balloons policy parameters: separate `cpu.classes` objects, see below. - `preferCloseToDevices`: prefer creating new balloons close to listed devices. List of strings + - `coreType`: specifies preferences of the core type which could + be power either 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 @@ -168,7 +171,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