Merge pull request #35011 from Kartik494/resourcequotabehavior
Document the resource quota working and steps require to enforce resource quota on ephemeral storage
This commit is contained in:
commit
386c390e52
|
|
@ -256,6 +256,18 @@ Your applications cannot expect any performance SLAs (disk IOPS for example)
|
|||
from local ephemeral storage.
|
||||
{{< /caution >}}
|
||||
|
||||
|
||||
{{< note >}}
|
||||
To make the resource quota work on ephemeral-storage, two things need to be done:
|
||||
|
||||
* An admin sets the resource quota for ephemeral-storage in a namespace.
|
||||
* A user needs to specify limits for the ephemeral-storage resource in the Pod spec.
|
||||
|
||||
If the user doesn't specify the ephemeral-storage resource limit in the Pod spec,
|
||||
the resource quota is not enforced on ephemeral-storage.
|
||||
|
||||
{{< /note >}}
|
||||
|
||||
Kubernetes lets you track, reserve and limit the amount
|
||||
of ephemeral local storage a Pod can consume.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue