Skip to content

Commit

Permalink
docs: describe newly added coreType field
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov committed Aug 21, 2024
1 parent 4109e41 commit ccbafbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/resource-policy/policy/balloons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ccbafbc

Please sign in to comment.