Skip to content

Commit ca59526

Browse files
authored
Merge pull request #49840 from macsko/add_pop_from_backoffq_feature_gate_docs_1_33
KEP-5142: Add SchedulerPopFromBackoffQ feature gate docs
2 parents ccd2edd + df1389a commit ca59526

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: SchedulerPopFromBackoffQ
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.33"
12+
---
13+
14+
Improves scheduling queue behavior by popping pods from the backoffQ when the activeQ is empty.
15+
This allows to process potentially schedulable pods ASAP, eliminating a penalty effect of the backoff queue.

0 commit comments

Comments
 (0)