1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Issue#30355 in file applications/quotas/quotas-setting-per-project.adoc

This commit is contained in:
rolfedh
2021-03-12 21:11:34 -05:00
committed by openshift-cherrypick-robot
parent 806ee0bb6e
commit ed0fba8301

View File

@@ -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.
|`<storage-class-name>.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.
|`<storage-class-name>.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}"]