Merge pull request #1213 from markturansky/branch_docs_add
Added pvc quota to docs
This commit is contained in:
@@ -52,8 +52,10 @@ Resource Quota is enforced in a particular namespace when there is a
|
|||||||
|
|
||||||
## Compute Resource Quota
|
## Compute Resource Quota
|
||||||
|
|
||||||
The total sum of [compute resources](/docs/user-guide/compute-resources) requested by pods
|
You can limit the total sum of [compute resources](/docs/user-guide/compute-resources) and [storage resources](/docs/user-guide/persistent-volumes)
|
||||||
in a namespace can be limited. The following compute resource types are supported:
|
that can be requested in a given namespace.
|
||||||
|
|
||||||
|
The following resource types are supported:
|
||||||
|
|
||||||
| Resource Name | Description |
|
| Resource Name | Description |
|
||||||
| ------------ | ----------- |
|
| ------------ | ----------- |
|
||||||
@@ -63,6 +65,7 @@ in a namespace can be limited. The following compute resource types are support
|
|||||||
| `memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
|
| `memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
|
||||||
| `requests.cpu` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. |
|
| `requests.cpu` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. |
|
||||||
| `requests.memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
|
| `requests.memory` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
|
||||||
|
| `requests.storage` | Across all persistent volume claims, the sum of storage requests cannot exceed this value. |
|
||||||
|
|
||||||
## Object Count Quota
|
## Object Count Quota
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user