From dd8133f716ba2f1772cf556a3fef9bd351196966 Mon Sep 17 00:00:00 2001 From: markturansky Date: Mon, 12 Sep 2016 12:08:47 -0400 Subject: [PATCH] added pvc quota to docs --- docs/admin/resourcequota/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/admin/resourcequota/index.md b/docs/admin/resourcequota/index.md index d3073848ba..bda5120121 100644 --- a/docs/admin/resourcequota/index.md +++ b/docs/admin/resourcequota/index.md @@ -52,8 +52,10 @@ Resource Quota is enforced in a particular namespace when there is a ## Compute Resource Quota -The total sum of [compute resources](/docs/user-guide/compute-resources) requested by pods -in a namespace can be limited. The following compute resource types are supported: +You can limit the total sum of [compute resources](/docs/user-guide/compute-resources) and [storage resources](/docs/user-guide/persistent-volumes) +that can be requested in a given namespace. + +The following resource types are supported: | 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. | | `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.storage` | Across all persistent volume claims, the sum of storage requests cannot exceed this value. | ## Object Count Quota