Skip to content

Commit fb3ff35

Browse files
author
Rohan Kapse
authored
Update volumes.md
Updated the "Unclear / misleading information about the emptyDir volume first creation" with a new line. #43805
1 parent b89c1a7 commit fb3ff35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,8 @@ to learn more.
222222

223223
### emptyDir {#emptydir}
224224

225-
An `emptyDir` volume is first created when a Pod is assigned to a node, and
226-
exists as long as that Pod is running on that node. As the name says, the
227-
`emptyDir` volume is initially empty. All containers in the Pod can read and write the same
225+
For a Pod that defines an `emptyDir` volume, the volume is created when the Pod is assigned to a node.
226+
As the name says, the `emptyDir` volume is initially empty. All containers in the Pod can read and write the same
228227
files in the `emptyDir` volume, though that volume can be mounted at the same
229228
or different paths in each container. When a Pod is removed from a node for
230229
any reason, the data in the `emptyDir` is deleted permanently.

0 commit comments

Comments
 (0)