Skip to content

Commit 2dca874

Browse files
authored
Merge pull request #5286 from sanposhiho/qhint-graduate
feat: graduate QHint to stable
2 parents 34e93ca + f65b96f commit 2dca874

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 4247
22
beta:
33
approver: "@wojtek-t"
4+
stable:
5+
approver: "@wojtek-t"

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ creation-date: 2023-09-30
1010
reviewers:
1111
- "@alculquicondor"
1212
- "@pohly"
13+
- "@macsko"
14+
- "@dom4ha"
1315
approvers:
1416
- "@alculquicondor"
17+
- "@macsko"
18+
- "@dom4ha"
1519

1620
see-also:
1721
- "/keps/sig-node/3063-dynamic-resource-allocation"
1822

19-
stage: beta
23+
stage: stable
2024

21-
latest-milestone: "v1.32"
25+
latest-milestone: "v1.34"
2226

2327
milestone:
2428
alpha: "v1.26" # This KEP stems from /keps/sig-node/3063-dynamic-resource-allocation.
@@ -29,4 +33,4 @@ feature-gates:
2933
- name: SchedulerQueueingHints
3034
components:
3135
- kube-scheduler
32-
disable-supported: true
36+
disable-supported: false

0 commit comments

Comments
 (0)