Skip to content

Commit 2121c19

Browse files
committed
update based on reviews
1 parent 5cb197d commit 2121c19

File tree

1 file changed

+8
-8
lines changed
  • keps/sig-scheduling/4247-queueinghint

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -592,20 +592,18 @@ n/a
592592
- The scheduling queue is changed to work with QueueingHint.
593593
- No performance degradation is confirmed via scheduler_perf.
594594
- 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.
603596
- The integration tests are implemented for requeueing scenarios in all plugins.
604597
- `PreCheck` feature in the scheduling queue is completely removed.
605598
- No significant degradation in memory comsumption.
606599
- No performance degradation is confirmed via scheduler_perf.
600+
- The feature gate is enabled by default.
607601
- No bug report for a while after enabling it by default.
608602

603+
#### GA
604+
605+
- No bug report for a while after reaching Beta.
606+
609607
### Upgrade / Downgrade Strategy
610608

611609
<!--
@@ -1063,6 +1061,8 @@ Major milestones might include:
10631061
- Jul 15, 2023: The feature gate is implemented. (enabled by default)
10641062
- Jul 18, 2023: The scheduling queue tracks the Pod being processed to put it back to an appropriate queue.
10651063
- 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.
10661066

10671067
## Drawbacks
10681068

0 commit comments

Comments
 (0)