Skip to content

Commit fc231ce

Browse files
authored
Merge pull request #102654 from StephenJamesSmith/OCPBUGS-62877
OCPBUGS-62877: Bug fix
2 parents 54c837f + faf961a commit fc231ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/kueue-create-kueue-cr.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ spec:
4242
# ...
4343
----
4444
<1> The name of the `Kueue` CR must be `cluster`.
45-
<2> If you want to configure {kueue-name} for use with other workload types, add those types here. For the default configuration, only the `BatchJob` type is recommended and supported.
46-
<3> Optional: If you want to configure fair sharing for {kueue-name}, set the `preemptionPolicy` value to `FairSharing`. The default setting in the `Kueue` CR is `Classical` preemption.
45+
<2> If you want to configure {kueue-name} for use with other workload types, add those types here.
46+
The default configuration is `BatchJob`. Additional types are `Pod`, `Deployment`, and `StatefulSet`.
47+
<3> Optional: If you want to configure fair sharing for {kueue-name}, set the `preemptionPolicy` value to `FairSharing`.
48+
The default setting in the `Kueue` CR is `Classical` preemption.
4749
// Once conceptual docs are added mention those docs here. "For more information about X, see..."
4850

4951
. Click *Create*.

0 commit comments

Comments
 (0)