From 0f86275ead656accdb3b6500d17a537c107db38b Mon Sep 17 00:00:00 2001 From: oculushut Date: Tue, 29 Aug 2023 19:00:45 +0100 Subject: [PATCH] removes bad comma --- 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 7ca289d2c53c0..6d9f4a9560521 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -244,7 +244,7 @@ The `emptyDir.medium` field controls where `emptyDir` volumes are stored. By default `emptyDir` volumes are stored on whatever medium that backs the node such as disk, SSD, or network storage, depending on your environment. If you set the `emptyDir.medium` field to `"Memory"`, Kubernetes mounts a tmpfs (RAM-backed -filesystem) for you instead. While tmpfs is very fast, be aware that, unlike +filesystem) for you instead. While tmpfs is very fast be aware that, unlike disks, files you write count against your container's memory limit.