Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-scheduling/5229.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 5229
alpha:
approver: ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to add me here

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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:
- alculquicondor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to @dom4ha or @sanposhiho


stage: alpha

latest-milestone: "v1.34"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "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