Skip to content

Commit 0955256

Browse files
Kartik494chrisnegus
authored andcommitted
improvement to resource quota behaviour on resources
Update content/en/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Chris Negus <[email protected]> Update content/en/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Chris Negus <[email protected]> Update content/en/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Chris Negus <[email protected]>
1 parent e396a65 commit 0955256

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,17 @@ Your applications cannot expect any performance SLAs (disk IOPS for example)
257257
from local ephemeral storage.
258258
{{< /caution >}}
259259

260+
{{< note >}}
261+
To make the resource quota work on ephemeral-storage, two things need to be done:
262+
263+
* An admin sets the resource quota for ephemeral-storage in a namespace.
264+
* A user needs to specify limits for the ephemeral-storage resource in the Pod spec.
265+
266+
If the user doesn't specify the ephemeral-storage resource limit in the Pod spec,
267+
the resource quota is not enforced on ephemeral-storage.
268+
269+
{{< /note >}}
270+
260271
As a beta feature, Kubernetes lets you track, reserve and limit the amount
261272
of ephemeral local storage a Pod can consume.
262273

0 commit comments

Comments
 (0)