Skip to content

Update kube-scheduler doc to reflect Scheduling Policy deprecation#56549

Open
Jbansal2 wants to merge 1 commit into
kubernetes:mainfrom
Jbansal2:fix-56540-final
Open

Update kube-scheduler doc to reflect Scheduling Policy deprecation#56549
Jbansal2 wants to merge 1 commit into
kubernetes:mainfrom
Jbansal2:fix-56540-final

Conversation

@Jbansal2

Copy link
Copy Markdown

Description

This PR updates the kube-scheduler documentation to remove the outdated reference to Scheduling Policies as a supported configuration method.

The page now:

  • Removes the statement that there are two supported configuration methods.
  • Recommends Scheduling Profiles as the supported configuration mechanism.
  • Adds a note clarifying that Scheduling Policies were deprecated and are no longer supported since Kubernetes v1.23.

Issue

Fixes #56540

@kubernetes-prow
kubernetes-prow Bot requested a review from katcosgrove July 20, 2026 08:33
@kubernetes-prow

Copy link
Copy Markdown
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 katcosgrove for approval. For more information see the Code Review Process.

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

Details 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

@kubernetes-prow kubernetes-prow Bot added the language/en Issues or PRs related to English language label Jul 20, 2026
@kubernetes-prow
kubernetes-prow Bot requested a review from windsonsea July 20, 2026 08:33
@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 20, 2026
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit d01d3c9
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/6a5ddd6d72ebd00008562a2c
😎 Deploy Preview https://deploy-preview-56549--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.

1. [Scheduling Policies](/docs/reference/scheduling/policies) allow you to configure _Predicates_ for filtering and _Priorities_ for scoring.
1. [Scheduling Profiles](/docs/reference/scheduling/config/#profiles) allow you to configure Plugins that implement different scheduling stages, including: `QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit`, and others. You can also configure the kube-scheduler to run different profiles.
{{< note >}}
Before Kubernetes v1.23, [Scheduling Policies](/docs/reference/scheduling/policies) were used to configure _Predicates_ for filtering and _Priorities_ for scoring. Scheduling Policies are deprecated and are no longer supported since v1.23.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this true? Often things that are deprecated do remain supported, sometimes for several minor releases.

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 size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubernetes Scheduler - Scheduling Policy documentation inconsistent

2 participants