File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,18 @@ Your applications cannot expect any performance SLAs (disk IOPS for example)
256
256
from local ephemeral storage.
257
257
{{< /caution >}}
258
258
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
+
259
271
Kubernetes lets you track, reserve and limit the amount
260
272
of ephemeral local storage a Pod can consume.
261
273
You can’t perform that action at this time.
0 commit comments