-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-5229: Asynchronous API calls during scheduling #5249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
k8s-ci-robot
merged 14 commits into
kubernetes:master
from
macsko:kep-5229-asynchronous-api-calls-during-scheduling
Jun 18, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9272ef0
KEP-5229: Asynchronous API calls during scheduling
macsko 3ba17f2
Change KEP approvers, add API calls categorization section and adjust…
macsko 9d6365d
Extend API calls categorization section
macsko 3d4e0a3
Apply comments
macsko aabde29
Move not selected proposals to Alternative section. Add design detail…
macsko 759894b
Update toc
macsko 221efd9
Fill PRR
macsko 6f6bfc1
Update toc
macsko 5e6af5d
Add risks section and apply small fixes
macsko cfd49b3
Refine some sections and apply the comments
macsko fb465d2
Apply comments and move two proposals to alternatives
macsko f05fed3
Improve wording
macsko cc3e597
Apply comments around custom plugins
macsko b0bba8a
Update toc
macsko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| kep-number: 5229 | ||
| beta: | ||
| approver: "@wojtek-t" | ||
923 changes: 923 additions & 0 deletions
923
keps/sig-scheduling/5229-asynchronous-api-calls-during-scheduling/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
keps/sig-scheduling/5229-asynchronous-api-calls-during-scheduling/kep.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| title: Asynchronous API calls during scheduling | ||
| kep-number: 5229 | ||
| authors: | ||
| - "@macsko" | ||
| owning-sig: sig-scheduling | ||
| status: implementable | ||
| creation-date: 2025-04-08 | ||
| reviewers: | ||
| - dom4ha | ||
| - sanposhiho | ||
| approvers: | ||
| - dom4ha | ||
| - sanposhiho | ||
|
|
||
| stage: beta | ||
|
|
||
| latest-milestone: "v1.34" | ||
|
|
||
| # The milestone at which this feature was, or is targeted to be, at each stage. | ||
| milestone: | ||
| beta: "v1.34" | ||
|
|
||
| # The following PRR answers are required at alpha release | ||
| # List the feature gate name and the components for which it must be enabled | ||
| feature-gates: | ||
| - name: SchedulerAsyncAPICalls | ||
| components: | ||
| - kube-scheduler | ||
| disable-supported: true | ||
|
|
||
| metrics: | ||
| - async_api_call_execution_total | ||
| - async_api_call_duration_seconds | ||
| - pending_async_api_calls |
Binary file added
BIN
+641 KB
...5229-asynchronous-api-calls-during-scheduling/proposal-A-separate-component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+595 KB
...g-scheduling/5229-asynchronous-api-calls-during-scheduling/proposal-B-cache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+791 KB
...hronous-api-calls-during-scheduling/proposal-C-cache-and-separate-component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.