@@ -591,16 +591,18 @@ n/a
591
591
592
592
- The scheduling queue is changed to work with QueueingHint.
593
593
- No performance degradation is confirmed via scheduler_perf.
594
- - The feature gate is implemented. (enabled by default)
595
- - QueueingHint implementation in plugins:
596
- - In 1.28: no beta or stable plugins return scheduling hints
597
- - In 1.29: at least 3 stable in-tree plugins return scheduling hints
594
+ - The feature gate is implemented. (disabled by default)
595
+ - QueueingHint implementation in all plugins.
596
+ - The integration tests are implemented for requeueing scenarios in all plugins.
597
+ - `PreCheck` feature in the scheduling queue is completely removed.
598
+ - No significant degradation in memory comsumption.
599
+ - No performance degradation is confirmed via scheduler_perf.
600
+ - The feature gate is enabled by default.
601
+ - No bug report for a while after enabling it by default.
598
602
599
603
#### GA
600
604
601
- - QueueingHint is implemented in all plugins.
602
- - No performance degradation is confirmed via scheduler_perf.
603
- - No bug report for a while.
605
+ - No bug report for a while after reaching Beta.
604
606
605
607
### Upgrade / Downgrade Strategy
606
608
@@ -1059,6 +1061,8 @@ Major milestones might include:
1059
1061
- Jul 15, 2023: The feature gate is implemented. (enabled by default)
1060
1062
- Jul 18, 2023: The scheduling queue tracks the Pod being processed to put it back to an appropriate queue.
1061
1063
- Oct 01, 2023: The initial KEP is submitted.
1064
+ - Dec 13, 2023: The feature gate is changed to be disabled by default.
1065
+ - Dec 31, 2023: The KEP is updated based on the situation as of v1.30 release cycle. The beta/GA criteria is sorted.
1062
1066
1063
1067
## Drawbacks
1064
1068
0 commit comments