From fbae400c877c3af324c84f45c01ec92be28cae50 Mon Sep 17 00:00:00 2001 From: changmin <9379950+chymy@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:08:41 +0800 Subject: [PATCH] Update limit-storage-consumption.md StorageQuota --> ResourceQuota --- .../docs/tasks/administer-cluster/limit-storage-consumption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/limit-storage-consumption.md b/content/en/docs/tasks/administer-cluster/limit-storage-consumption.md index 9bd8e81771..2c5feee555 100644 --- a/content/en/docs/tasks/administer-cluster/limit-storage-consumption.md +++ b/content/en/docs/tasks/administer-cluster/limit-storage-consumption.md @@ -58,7 +58,7 @@ spec: Minimum storage requests are used when the underlying storage provider requires certain minimums. For example, AWS EBS volumes have a 1Gi minimum requirement. -## StorageQuota to limit PVC count and cumulative storage capacity +## ResourceQuota to limit PVC count and cumulative storage capacity Admins can limit the number of PVCs in a namespace as well as the cumulative capacity of those PVCs. New PVCs that exceed either maximum value will be rejected.