Skip to content

Commit 5cb197d

Browse files
committed
update KEP based on the current situation
1 parent 56b0982 commit 5cb197d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

keps/sig-scheduling/4247-queueinghint/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,16 +591,20 @@ n/a
591591

592592
- The scheduling queue is changed to work with QueueingHint.
593593
- 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)
595595
- QueueingHint implementation in plugins:
596596
- In 1.28: no beta or stable plugins return scheduling hints
597597
- In 1.29: at least 3 stable in-tree plugins return scheduling hints
598598

599599
#### GA
600600

601+
- The feature gate is enabled by default.
601602
- 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.
602606
- 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.
604608

605609
### Upgrade / Downgrade Strategy
606610

keps/sig-scheduling/4247-queueinghint/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ latest-milestone: "v1.29"
2323
milestone:
2424
alpha: "v1.26" # This KEP stems from /keps/sig-node/3063-dynamic-resource-allocation.
2525
beta: "v1.28"
26-
stable: "v1.30"
26+
stable: "v1.32"
2727

2828
feature-gates:
2929
- name: SchedulerQueueingHints

0 commit comments

Comments
 (0)