From e7e1013c8a55fb92eb195ce0cd27cd246b153c17 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Wed, 24 Aug 2022 10:23:06 -0400 Subject: [PATCH] minor rephrasing Change-Id: I97af17664c0d6db82c2e0fc8ecb3c3b440f1ce38 --- docs/concepts/cluster_queue.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/concepts/cluster_queue.md b/docs/concepts/cluster_queue.md index c8f92d703bf..b99c211de7e 100644 --- a/docs/concepts/cluster_queue.md +++ b/docs/concepts/cluster_queue.md @@ -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.