File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,8 @@ to learn more.
222
222
223
223
# ## emptyDir {#emptydir}
224
224
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
228
227
files in the `emptyDir` volume, though that volume can be mounted at the same
229
228
or different paths in each container. When a Pod is removed from a node for
230
229
any reason, the data in the `emptyDir` is deleted permanently.
You can’t perform that action at this time.
0 commit comments