-
Notifications
You must be signed in to change notification settings - Fork 251
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-79: Hierarchical Cohorts #1531
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/cc |
cc @KunWuLuan |
3487efd
to
84afbdd
Compare
9e44bab
to
96d3895
Compare
// from ClusterQueues/Cohorts that are NOT under this Cohort. For Cohorts without | ||
// a parent(top of the hierarchy) the BorrowingLimit has to be 0. | ||
// | ||
// LendingLimit specifies how much ClusterQueues that are NOT under this Cohort |
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.
FYI @kerthcet
What's the relationship between this kep and #1093 ? Hierarchical Cohorts or Hierarchical ClusterQueue is better ? |
@zmlcc This KEP is heavily influenced by #1093, and tries to address the problems of Hierarchical ClusterQueues like:
I think that with Hierarchical Cohorts we don't have these problems and it should be our way forward. But I'm more than open to discussion and hearing arguments agains it. |
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.
I think we can merge this as provisional
.
Merging this as provisional. We can have follow ups as we start preparing for the 0.7 release. |
/lgtm |
LGTM label has been added. Git tree hash: 8b3b24a9acf78045bb2ba583c20cd87bc4f16f32
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, mwielgus 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 |
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
Introduces a hierarchy among Cohorts via a new API object.
Which issue(s) this PR fixes:
Part of #79