@@ -592,20 +592,18 @@ n/a
592
592
- The scheduling queue is changed to work with QueueingHint.
593
593
- No performance degradation is confirmed via scheduler_perf.
594
594
- The feature gate is implemented. (disabled 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
598
-
599
- #### GA
600
-
601
- - The feature gate is enabled by default.
602
- - QueueingHint is implemented in all plugins.
595
+ - QueueingHint implementation in all plugins.
603
596
- The integration tests are implemented for requeueing scenarios in all plugins.
604
597
- `PreCheck` feature in the scheduling queue is completely removed.
605
598
- No significant degradation in memory comsumption.
606
599
- No performance degradation is confirmed via scheduler_perf.
600
+ - The feature gate is enabled by default.
607
601
- No bug report for a while after enabling it by default.
608
602
603
+ #### GA
604
+
605
+ - No bug report for a while after reaching Beta.
606
+
609
607
### Upgrade / Downgrade Strategy
610
608
611
609
<!--
@@ -1063,6 +1061,8 @@ Major milestones might include:
1063
1061
- Jul 15, 2023: The feature gate is implemented. (enabled by default)
1064
1062
- Jul 18, 2023: The scheduling queue tracks the Pod being processed to put it back to an appropriate queue.
1065
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.
1066
1066
1067
1067
## Drawbacks
1068
1068
0 commit comments