-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | 1.28 | | ||
| `SchedulerQueueingHints` | `false` | Beta | 1.29 | | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Let's make not that change until it's true. |
||
| `SecurityContextDeny` | `false` | Alpha | 1.27 | | | ||
| `SeparateTaintEvictionController` | `true` | Beta | 1.29 | | | ||
| `ServiceAccountTokenJTI` | `false` | Alpha | 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.
You might want to revise the description text for
SchedulerQueueingHints
(later in the file).