From 337a63a99575abd3dc4560d8aff896c3758c078d Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Wed, 9 Nov 2022 16:41:45 +0800 Subject: [PATCH] [en] modify invalid links Signed-off-by: xin.li --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 23c718e28a..a9cf03fe5b 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -346,7 +346,7 @@ your container's memory limit. A size limit can be specified for the default medium, which limits the capacity of the `emptyDir` volume. The storage is allocated from [node ephemeral -storage](docs/concepts/configuration/manage-resources-containers/#setting-requests-and-limits-for-local-ephemeral-storage). +storage](/docs/concepts/configuration/manage-resources-containers/#setting-requests-and-limits-for-local-ephemeral-storage). If that is filled up from another source (for example, log files or image overlays), the `emptyDir` may run out of capacity before this limit.