Skip to content

Commit 7720791

Browse files
committed
update with latest api
1 parent 95c4437 commit 7720791

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Diff for: enhancements/kueue/openshift-kueue.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,9 @@ spec:
325325
- RayJob
326326
- RayCluster
327327
- PyTorchJob
328-
gangSchedulingPolicy:
328+
gangScheduling:
329329
policy: ByWorkload
330330
byWorkload: Parallel
331-
queueLabelPolicy:
332-
policy: QueueNameRequired
333-
preemption:
334-
preemptionStrategy: Classical
335331
```
336332
337333
#### IBM Enablement
@@ -351,10 +347,10 @@ spec:
351347
integrations:
352348
frameworks:
353349
- AppWrapper
354-
gangSchedulingPolicy:
350+
gangScheduling:
355351
policy: Disabled
356-
queueLabelPolicy:
357-
policy: QueueNameOptional
352+
workloadManagement:
353+
labelPolicy: None
358354
preemption:
359355
preemptionStrategy: FairSharing
360356
```
@@ -487,7 +483,6 @@ In Tech preview, we will provide the following features:
487483
- Support for deployments, pods, statefulsets.
488484
- [Use of resource flavors to describe heterogeous clusters](https://kueue.sigs.k8s.io/docs/concepts/resource_flavor/)
489485
- Use of ManagedJobsWithoutQueueName
490-
- LocalQueueDefaulting
491486
- Gang admission via `WaitForPodsReady` Kueue configurations.
492487
- Fairsharing
493488

@@ -504,17 +499,19 @@ We will not provide the following features in tech preview.
504499
- Topology CRD (Topology Aware Scheduling)
505500
- Cohort CRD (hierachial queueing)
506501

507-
##### Future
502+
##### Feature support post GA
508503

509504
Each of these features are valid. We will add support for them as dedicated RFE.
510505
Our focus for initial phase will be the supported features above.
511506

512507
#### Release Schedule
513508

509+
Need to finalize this.
510+
514511
| Kueue Operator | Stage | OCP Version | Kueue |
515512
| ------------------ | ------- | ---------------| -------- |
516-
| 1.0 | GA | 4-18-4.19 | 0.11.z |
517-
| 1.1 | GA | 4.19-4.20 | 0.12.z |
513+
| 1.0 | GA | 4-17-4.19 | 0.11.z |
514+
| 1.1 | GA | 4.18-4.20 | 0.12.z |
518515
| 1.2 | GA | 4.20-4.21 | 0.13.z |
519516

520517
Kueue releases 6 times a year, roughly.

0 commit comments

Comments
 (0)