KEP-4671: Add DelayedPreemption feature gate#137203
KEP-4671: Add DelayedPreemption feature gate#137203tosi3k wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
/assign @macsko |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tosi3k The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
|
/retest |
| }, | ||
|
|
||
| DelayedPreemption: { | ||
| {Version: version.MustParse("1.36"), Default: true, PreRelease: featuregate.Beta}, |
There was a problem hiding this comment.
| {Version: version.MustParse("1.36"), Default: true, PreRelease: featuregate.Beta}, | |
| {Version: version.MustParse("1.36"), Default: false, PreRelease: featuregate.Alpha}, |
There was a problem hiding this comment.
Feature gates should follow (with small exceptions) the KEP stage, which is alpha in v1.36. Having only the delayed preemption in beta and enabled by default won't bring us any added value, because it would be only used by the pod group cycle.
|
/close We're dropping delayed preemption - at least for the scope of 1.36 release. |
|
@tosi3k: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The feature gate is needed for implementation of delayed preemption described in kubernetes/enhancements#4671.
Which issue(s) this PR is related to:
KEP: kubernetes/enhancements#4671
Special notes for your reviewer:
/sig scheduling
/area workload-aware
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: