Skip to content

Commit 386c390

Browse files
authored
Merge pull request #35011 from Kartik494/resourcequotabehavior
Document the resource quota working and steps require to enforce resource quota on ephemeral storage
2 parents 2f334e2 + 8404c66 commit 386c390

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

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

259+
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+
259271
Kubernetes lets you track, reserve and limit the amount
260272
of ephemeral local storage a Pod can consume.
261273

0 commit comments

Comments
 (0)