Skip to content

Commit

Permalink
Update resource-quotas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu97 committed Sep 15, 2017
1 parent 025ce95 commit 1f74f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/concepts/policy/resource-quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ define a quota as follows:
* `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. |

Expand Down

0 comments on commit 1f74f7e

Please sign in to comment.