Skip to content

Commit 3d0e81a

Browse files
authored
Merge pull request #27235 from jihoon-seo/patch-5
Update concepts/storage/volumes.md
2 parents 8924074 + 194fe99 commit 3d0e81a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ drivers, but the functionality is somewhat limited.
3333
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
3434
can use any number of volume types simultaneously.
3535
Ephemeral volume types have a lifetime of a pod, but persistent volumes exist beyond
36-
the lifetime of a pod. Consequently, a volume outlives any containers
37-
that run within the pod, and data is preserved across container restarts. When a pod
38-
ceases to exist, Kubernetes destroys ephemeral volumes; however, Kubernetes does not
39-
destroy persistent volumes.
36+
the lifetime of a pod. When a pod ceases to exist, Kubernetes destroys ephemeral volumes;
37+
however, Kubernetes does not destroy persistent volumes.
38+
For any kind of volume in a given pod, data is preserved across container restarts.
4039

4140
At its core, a volume is a directory, possibly with some data in it, which
4241
is accessible to the containers in a pod. How that directory comes to be, the

0 commit comments

Comments
 (0)