Skip to content

Commit

Permalink
minor rephrasing
Browse files Browse the repository at this point in the history
Change-Id: I97af17664c0d6db82c2e0fc8ecb3c3b440f1ce38
  • Loading branch information
alculquicondor committed Aug 24, 2022
1 parent 7e775fe commit e7e1013
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/concepts/cluster_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,14 @@ semantics:
list.
- A Workload's pod set resource fits in a flavor defined for a ClusterQueue
resource if the sum of requests for the resource:
- Is less than or equal to the unused `.quota.min` for the flavor in the
ClusterQueue, or
- Is less than or equal to the sum of unused `.quota.min` for the flavor in
the ClusterQueues in the cohorot, and
- Is less than or equal to the unused `.quota.max` for the flavor in the
ClusterQueue.
If the Workload pod set fits in a flavor, but the sum of the requests for the
resource is greater than the unused `.quota.min` for the flavor in the
ClusterQueue, we say that the ClusterQueue is _borrowing quota_.
1. Is less than or equal to the unused `.quota.min` for the flavor in the
ClusterQueue; or
2. Is less than or equal to the sum of unused `.quota.min` for the flavor in
the ClusterQueues in the cohort, and
3. Is less than or equal to the unused `.quota.max` for the flavor in the
ClusterQueue.
In Kueue, when (2) and (3) are satisfied, but not (1), this is called
_borrowing quota_.
- A ClusterQueue can only borrow quota for flavors that the ClusterQueue defines.
- For each pod set resource in a Workload, a ClusterQueue can only borrow quota
for one flavor.
Expand Down

0 comments on commit e7e1013

Please sign in to comment.