Skip to content

Commit

Permalink
Add quota support for local ephemeral storage (#5493)
Browse files Browse the repository at this point in the history
* Add quota support for local ephemeral storage

update the doc to this alpha feature

* Update resource-quotas.md
  • Loading branch information
jingxu97 authored and steveperry-53 committed Sep 19, 2017
1 parent 66cba99 commit 366cc81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/concepts/policy/resource-quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366cc81

Please sign in to comment.