File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
keps/sig-scheduling/4247-queueinghint Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -591,16 +591,20 @@ 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)
594
+ - The feature gate is implemented. (disabled by default)
595
595
- QueueingHint implementation in plugins:
596
596
- In 1.28: no beta or stable plugins return scheduling hints
597
597
- In 1.29: at least 3 stable in-tree plugins return scheduling hints
598
598
599
599
#### GA
600
600
601
+ - The feature gate is enabled by default.
601
602
- QueueingHint is implemented in all plugins.
603
+ - The integration tests are implemented for requeueing scenarios in all plugins.
604
+ - `PreCheck` feature in the scheduling queue is completely removed.
605
+ - No significant degradation in memory comsumption.
602
606
- No performance degradation is confirmed via scheduler_perf.
603
- - No bug report for a while.
607
+ - No bug report for a while after enabling it by default .
604
608
605
609
### Upgrade / Downgrade Strategy
606
610
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ latest-milestone: "v1.29"
23
23
milestone :
24
24
alpha : " v1.26" # This KEP stems from /keps/sig-node/3063-dynamic-resource-allocation.
25
25
beta : " v1.28"
26
- stable : " v1.30 "
26
+ stable : " v1.32 "
27
27
28
28
feature-gates :
29
29
- name : SchedulerQueueingHints
You can’t perform that action at this time.
0 commit comments