Skip to content

Commit 8e51e03

Browse files
authored
Merge pull request #43815 from rohan-kapse/patch-3
Clarify information about emptyDir volume first creation
2 parents 818fa25 + fb3ff35 commit 8e51e03

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)