Skip to content

Commit 3d9a053

Browse files
authored
KEP-5229: Asynchronous API calls during scheduling (#5249)
* KEP-5229: Asynchronous API calls during scheduling * Change KEP approvers, add API calls categorization section and adjust the goals * Extend API calls categorization section * Apply comments * Move not selected proposals to Alternative section. Add design details with three detailed proposals * Update toc * Fill PRR * Update toc * Add risks section and apply small fixes * Refine some sections and apply the comments * Apply comments and move two proposals to alternatives * Improve wording * Apply comments around custom plugins * Update toc
1 parent 482a5f7 commit 3d9a053

File tree

6 files changed

+960
-0
lines changed

6 files changed

+960
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 5229
2+
beta:
3+
approver: "@wojtek-t"

keps/sig-scheduling/5229-asynchronous-api-calls-during-scheduling/README.md

Lines changed: 923 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
title: Asynchronous API calls during scheduling
2+
kep-number: 5229
3+
authors:
4+
- "@macsko"
5+
owning-sig: sig-scheduling
6+
status: implementable
7+
creation-date: 2025-04-08
8+
reviewers:
9+
- dom4ha
10+
- sanposhiho
11+
approvers:
12+
- dom4ha
13+
- sanposhiho
14+
15+
stage: beta
16+
17+
latest-milestone: "v1.34"
18+
19+
# The milestone at which this feature was, or is targeted to be, at each stage.
20+
milestone:
21+
beta: "v1.34"
22+
23+
# The following PRR answers are required at alpha release
24+
# List the feature gate name and the components for which it must be enabled
25+
feature-gates:
26+
- name: SchedulerAsyncAPICalls
27+
components:
28+
- kube-scheduler
29+
disable-supported: true
30+
31+
metrics:
32+
- async_api_call_execution_total
33+
- async_api_call_duration_seconds
34+
- pending_async_api_calls
641 KB
Loading
595 KB
Loading
791 KB
Loading

0 commit comments

Comments
 (0)