@@ -325,13 +325,9 @@ spec:
325
325
- RayJob
326
326
- RayCluster
327
327
- PyTorchJob
328
- gangSchedulingPolicy :
328
+ gangScheduling :
329
329
policy : ByWorkload
330
330
byWorkload : Parallel
331
- queueLabelPolicy :
332
- policy : QueueNameRequired
333
- preemption :
334
- preemptionStrategy : Classical
335
331
` ` `
336
332
337
333
#### IBM Enablement
@@ -351,10 +347,10 @@ spec:
351
347
integrations :
352
348
frameworks :
353
349
- AppWrapper
354
- gangSchedulingPolicy :
350
+ gangScheduling :
355
351
policy : Disabled
356
- queueLabelPolicy :
357
- policy : QueueNameOptional
352
+ workloadManagement :
353
+ labelPolicy : None
358
354
preemption :
359
355
preemptionStrategy : FairSharing
360
356
` ` `
@@ -487,7 +483,6 @@ In Tech preview, we will provide the following features:
487
483
- Support for deployments, pods, statefulsets.
488
484
- [Use of resource flavors to describe heterogeous clusters](https://kueue.sigs.k8s.io/docs/concepts/resource_flavor/)
489
485
- Use of ManagedJobsWithoutQueueName
490
- - LocalQueueDefaulting
491
486
- Gang admission via `WaitForPodsReady` Kueue configurations.
492
487
- Fairsharing
493
488
@@ -504,17 +499,19 @@ We will not provide the following features in tech preview.
504
499
- Topology CRD (Topology Aware Scheduling)
505
500
- Cohort CRD (hierachial queueing)
506
501
507
- # #### Future
502
+ # #### Feature support post GA
508
503
509
504
Each of these features are valid. We will add support for them as dedicated RFE.
510
505
Our focus for initial phase will be the supported features above.
511
506
512
507
# ### Release Schedule
513
508
509
+ Need to finalize this.
510
+
514
511
| Kueue Operator | Stage | OCP Version | Kueue |
515
512
| ------------------ | ------- | ---------------| -------- |
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 |
518
515
| 1.2 | GA | 4.20-4.21 | 0.13.z |
519
516
520
517
Kueue releases 6 times a year, roughly.
0 commit comments