-
Notifications
You must be signed in to change notification settings - Fork 276
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
KEP: add flavorAssignmentStrategy to localQueue #376
KEP: add flavorAssignmentStrategy to localQueue #376
Conversation
Signed-off-by: kerthcet <[email protected]>
Skipping CI for Draft Pull Request. |
@kerthcet: The label(s) In 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/test-infra repository. |
/kind documentation |
is this ready for review? |
No, still a draft right now. |
I'm going through open PRs now. Is this still WIP? |
Yes, still. But I'll focus on kueue in the following weeks. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jgirouard23, kerthcet The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
minimum resources from other co-sharing clusterQueues to mitigate the disruptions once preemption is supported. Another case is when borrowing, we'd | ||
like to keep the resource balance within each clusterQueue, or the corresponding pods will stuck in pending for exhausted of several special resources. | ||
|
||
To achieve this, we'll introduce a new field `FlavorAssignmentStrategy` to `LocalQueue`, and we'll implement multiple strategies. |
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.
Why FlavorAssignmentStrategy
should be placed in LocalQueue
instead of ClusterQueue
?
yes, close now. |
@kerthcet: Closed this PR. In 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/test-infra repository. |
Signed-off-by: kerthcet [email protected]
What type of PR is this?
/kind feature
/kind document
What this PR does / why we need it:
Which issue(s) this PR fixes:
Part of #312
Special notes for your reviewer: