From ef51472ba6131b60ac9a2782741d679681264781 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Thu, 11 Aug 2016 10:58:36 -0400 Subject: [PATCH] Document quota support for requests.storage --- admin_guide/quota.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_guide/quota.adoc b/admin_guide/quota.adoc index da93301dc7ca..80c6d58c079d 100644 --- a/admin_guide/quota.adoc +++ b/admin_guide/quota.adoc @@ -63,6 +63,10 @@ this value. |`*limits.memory*` |Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value. + +|`*requests.storage*` +|Across all persistent volume claims, the sum of storage requests cannot +exceed this value. |=== .Object Counts Managed by Quota