From ed0fba8301aaa68d5e2daf2faa98c7958c9ec381 Mon Sep 17 00:00:00 2001 From: rolfedh Date: Fri, 12 Mar 2021 21:11:34 -0500 Subject: [PATCH] Issue#30355 in file applications/quotas/quotas-setting-per-project.adoc --- modules/quotas-resources-managed.adoc | 49 +++++++-------------------- 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/modules/quotas-resources-managed.adoc b/modules/quotas-resources-managed.adoc index 72366cf596..9b57e7f4da 100644 --- a/modules/quotas-resources-managed.adoc +++ b/modules/quotas-resources-managed.adoc @@ -5,8 +5,7 @@ [id="quotas-resources-managed_{context}"] = Resources managed by quotas -The following describes the set of compute resources and object types that can -be managed by a quota. +The following describes the set of compute resources and object types that can be managed by a quota. [NOTE] ==== @@ -20,50 +19,31 @@ A pod is in a terminal state if `status.phase in (Failed, Succeeded)` is true. |Resource Name |Description |`cpu` -|The sum of CPU requests across all pods in a non-terminal state cannot exceed -this value. `cpu` and `requests.cpu` are the same value and can be used -interchangeably. +|The sum of CPU requests across all pods in a non-terminal state cannot exceed this value. `cpu` and `requests.cpu` are the same value and can be used interchangeably. |`memory` -|The sum of memory requests across all pods in a non-terminal state cannot -exceed this value. `memory` and `requests.memory` are the same value and can -be used interchangeably. +|The sum of memory requests across all pods in a non-terminal state cannot exceed this value. `memory` and `requests.memory` are the same value and can be used interchangeably. |`ephemeral-storage` -|The sum of local ephemeral storage requests across all pods in a non-terminal -state cannot exceed this value. `ephemeral-storage` and -`requests.ephemeral-storage` are the same value and can be used -interchangeably. This resource is available only if you enabled the ephemeral -storage technology preview. This feature is disabled by -default. +|The sum of local ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably. |`requests.cpu` -|The sum of CPU requests across all pods in a non-terminal state cannot exceed -this value. `cpu` and `requests.cpu` are the same value and can be used -interchangeably. +|The sum of CPU requests across all pods in a non-terminal state cannot exceed this value. `cpu` and `requests.cpu` are the same value and can be used interchangeably. |`requests.memory` -|The sum of memory requests across all pods in a non-terminal state cannot -exceed this value. `memory` and `requests.memory` are the same value and can -be used interchangeably. +|The sum of memory requests across all pods in a non-terminal state cannot exceed this value. `memory` and `requests.memory` are the same value and can be used interchangeably. |`requests.ephemeral-storage` -|The sum of ephemeral storage requests across all pods in a non-terminal state -cannot exceed this value. `ephemeral-storage` and -`requests.ephemeral-storage` are the same value and can be used -interchangeably. +|The sum of ephemeral storage requests across all pods in a non-terminal state cannot exceed this value. `ephemeral-storage` and `requests.ephemeral-storage` are the same value and can be used interchangeably. |`limits.cpu` -|The sum of CPU limits across all pods in a non-terminal state cannot exceed -this value. +|The sum of CPU limits across all pods in a non-terminal state cannot exceed this value. |`limits.memory` -|The sum of memory limits across all pods in a non-terminal state cannot exceed -this value. +|The sum of memory limits across all pods in a non-terminal state cannot exceed this value. |`limits.ephemeral-storage` -|The sum of ephemeral storage limits across all pods in a non-terminal state -cannot exceed this value. +|The sum of ephemeral storage limits across all pods in a non-terminal state cannot exceed this value. |=== .Storage resources managed by quota @@ -73,19 +53,16 @@ cannot exceed this value. |Resource Name |Description |`requests.storage` -|The sum of storage requests across all persistent volume claims in any state -cannot exceed this value. +|The sum of storage requests across all persistent volume claims in any state cannot exceed this value. |`persistentvolumeclaims` |The total number of persistent volume claims that can exist in the project. |`.storageclass.storage.k8s.io/requests.storage` -|The sum of storage requests across all persistent volume claims in any state -that have a matching storage class, cannot exceed this value. +|The sum of storage requests across all persistent volume claims in any state that have a matching storage class, cannot exceed this value. |`.storageclass.storage.k8s.io/persistentvolumeclaims` -|The total number of persistent volume claims with a matching storage class that -can exist in the project. +|The total number of persistent volume claims with a matching storage class that can exist in the project. |=== [id="quotas-object-counts-managed_{context}"]