Merge pull request from ziyi-xie/emptydir-description

Modified the description about emptyDir sizeLimit
pull/42746/head
Kubernetes Prow Robot 2023-08-27 07:05:21 -07:00 committed by GitHub
commit 37fa3ce8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/en/docs/concepts/storage

View File

@ -258,7 +258,7 @@ overlays), the `emptyDir` may run out of capacity before this limit.
{{< note >}}
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
you can specify a size for memory backed volumes. If no size is specified, memory
backed volumes are sized to 50% of the memory on a Linux host.
backed volumes are sized to node allocatable memory.
{{< /note>}}
#### emptyDir configuration example