From 366cc816014ad3a21a23f8c539fc48db6a78ad82 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Tue, 19 Sep 2017 11:34:24 -0700 Subject: [PATCH] Add quota support for local ephemeral storage (#5493) * Add quota support for local ephemeral storage update the doc to this alpha feature * Update resource-quotas.md --- docs/concepts/policy/resource-quotas.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/concepts/policy/resource-quotas.md b/docs/concepts/policy/resource-quotas.md index 814567c440b92..fb9b07e3d6f83 100644 --- a/docs/concepts/policy/resource-quotas.md +++ b/docs/concepts/policy/resource-quotas.md @@ -84,6 +84,13 @@ define a quota as follows: * `gold.storageclass.storage.k8s.io/requests.storage: 500Gi` * `bronze.storageclass.storage.k8s.io/requests.storage: 100Gi` +In release 1.8, quota support for local ephemeral storage is added as alpha feature + +| Resource Name | Description | +| ------------------------------- |----------------------------------------------------------- | +| `requests.ephemeral-storage` | Across all pods in the namespace, the sum of local ephemeral storage requests cannot exceed this value. | +| `limits.ephemeral-storage` | Across all pods in the namespace, the sum of local ephemeral storage limits cannot exceed this value. | + ## Object Count Quota The number of objects of a given type can be restricted. The following types