generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added:
Feature gate for reclaimable Pods feature
Why is this needed:
To disable the feature. We observed that it can lead to too aggressive preemption.
When part of the quota is released, the preemption is issued whereas if the quota was released entirely an incoming workload could fit in without preemption. The rest of the quota is released O(100ms) later so the improvement is negligible.
Completion requirements:
This enhancement requires the following artifacts:
- Design doc
- API change
- Docs update
The artifacts should be linked in subsequent comments.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.