Skip to content

Commit cf7ad1c

Browse files
authored
Merge pull request #94713 from abrennan89/enable-fairsharing
OSDOCS-14875: Enable Fair sharing during install
2 parents 4050b96 + e1ce2cf commit cf7ad1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/create-kueue-cr.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ spec:
3636
integrations:
3737
frameworks: # <2>
3838
- BatchJob
39+
preemption:
40+
preemptionPolicy: Classical # <3>
3941
# ...
4042
----
4143
<1> The name of the `Kueue` CR must be `cluster`.
4244
<2> If you want to configure {product-title} for use with other workload types, add those types here. For the default configuration, only the `BatchJob` type is recommended and supported.
45+
<3> Optional: If you want to configure fair sharing for {product-title}, set the `preemptionPolicy` value to `FairSharing`. The default setting in the `Kueue` CR is `Classical` preemption.
46+
// Once conceptual docs are added mention those docs here. "For more information about X, see..."
4347

4448
. Click *Create*.
4549

0 commit comments

Comments
 (0)