Skip to content

KEP-5229: Add SchedulerAsyncAPICalls feature gate docs #51473

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: dev-1.34
Choose a base branch
from

Conversation

macsko
Copy link
Member

@macsko macsko commented Jul 2, 2025

Description

Add SchedulerAsyncAPICalls feature gate to docs.

Issue

kubernetes/enhancements#5229

@k8s-ci-robot k8s-ci-robot added this to the 1.34 milestone Jul 2, 2025
Copy link

netlify bot commented Jul 2, 2025

👷 Deploy Preview for kubernetes-io-vnext-staging processing.

Name Link
🔨 Latest commit 9ae8585
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-vnext-staging/deploys/6864f291baafe500081c6213

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 2, 2025
@k8s-ci-robot k8s-ci-robot requested a review from katcosgrove July 2, 2025 08:49
@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label Jul 2, 2025
@k8s-ci-robot k8s-ci-robot requested a review from reylejano July 2, 2025 08:49
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tengqm for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 2, 2025
Copy link

netlify bot commented Jul 2, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 9ae8585
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/6864f29109fe420008de937d
😎 Deploy Preview https://deploy-preview-51473--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lmktfy
Copy link
Contributor

lmktfy commented Jul 2, 2025

/sig scheduling

@k8s-ci-robot k8s-ci-robot added the sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. label Jul 2, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in SIG Scheduling Jul 2, 2025
fromVersion: "1.34"
---

Makes all API calls during scheduling asynchronous, by introducing a new kube-scheduler-wide way of handling such calls.
Copy link
Contributor

Choose a reason for hiding this comment

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

I had to read the KEP to figure out what kind of API this meant. Every Golang library has an API, for example.

Suggested change
Makes all API calls during scheduling asynchronous, by introducing a new kube-scheduler-wide way of handling such calls.
Change the kube-scheduler to make the entire scheduling cycle free of blocking requests to the Kubernetes API server.
Instead, interact with the Kubernetes API using
asynchronous code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

3 participants