-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Feature gate SchedulerQueueingHints is disabled by default #44316
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
content/en/docs/concepts/scheduling-eviction/scheduling-framework.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
To be included in the v1.29 release, this PR needs to be based on dev-1.29 and to target the dev-1.29 branch.
723e996
to
2520994
Compare
@sftim Fixed. |
@@ -184,7 +184,8 @@ For a reference to old feature gates that are removed, please refer to | |||
| `SELinuxMountReadWriteOncePod` | `false` | Alpha | 1.25 | 1.26 | | |||
| `SELinuxMountReadWriteOncePod` | `false` | Beta | 1.27 | 1.27 | | |||
| `SELinuxMountReadWriteOncePod` | `true` | Beta | 1.28 | | | |||
| `SchedulerQueueingHints` | `true` | Beta | 1.28 | | | |||
| `SchedulerQueueingHints` | `true` | Beta | 1.28.0 | 1.28.5 | | |||
| `SchedulerQueueingHints` | `false` | Beta | 1.29 | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC, SchedulerQueueingHints will be disabled by default in 1.28.6+ as well later. (after kubernetes/kubernetes#122291 is merged.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make not that change until it's true.
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to revise the description text for SchedulerQueueingHints
(later in the file).
@@ -184,7 +184,8 @@ For a reference to old feature gates that are removed, please refer to | |||
| `SELinuxMountReadWriteOncePod` | `false` | Alpha | 1.25 | 1.26 | | |||
| `SELinuxMountReadWriteOncePod` | `false` | Beta | 1.27 | 1.27 | | |||
| `SELinuxMountReadWriteOncePod` | `true` | Beta | 1.28 | | | |||
| `SchedulerQueueingHints` | `true` | Beta | 1.28 | | | |||
| `SchedulerQueueingHints` | `true` | Beta | 1.28.0 | 1.28.5 | | |||
| `SchedulerQueueingHints` | `false` | Beta | 1.29 | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make not that change until it's true.
…-gates.md Co-authored-by: Tim Bannister <[email protected]>
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
content/en/docs/concepts/scheduling-eviction/scheduling-framework.md
Outdated
Show resolved
Hide resolved
Avoid mentioning change we expect for a future (patch) release
/hold cancel Base branch is now correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divya-mohan0209 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: 9b29f7a5dda3f49b676bdba2619d900c7ef56dcc
|
Feature gate SchedulerQueueingHints is disabled by default.
kubernetes/kubernetes#122289
This PR reflects it on the doc.