Skip to content

Commit

Permalink
docs: describe newly added preferECores and preferPCores fields
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov committed Aug 13, 2024
1 parent 2745105 commit 806ed9d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/resource-policy/policy/balloons.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@ Balloons policy parameters:
separate `cpu.classes` objects, see below.
- `preferCloseToDevices`: prefer creating new balloons close to
listed devices. List of strings
- `preferECores`: when set to `true`, this option prioritizes the use
of E-Cores (Efficient Cores) for the balloon. Note that if there
aren't enough E-Cores available in the system, balloon may be
allocated to other types of cores as well. The default setting is
`false`.
- `preferPCores`: when set to `true`, this option prioritizes the use
of P-Cores (Performance Cores) for the balloon. Note that if there
aren't enough P-Cores available in the system, balloon may be
allocated to other types of cores as well. The default setting is
`false`.
- `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 +178,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 806ed9d

Please sign in to comment.