concepts/storage: fix minor typo in volumes.md
Fixes pluralization typo from: many type of volumes to: many types of volumes
This commit is contained in:
committed by
Andrew Chen
parent
d2d92d9eec
commit
5c8944036b
@@ -42,7 +42,7 @@ A Kubernetes volume, on the other hand, has an explicit lifetime - the same as
|
||||
the pod that encloses it. Consequently, a volume outlives any containers that run
|
||||
within the Pod, and data is preserved across Container restarts. Of course, when a
|
||||
Pod ceases to exist, the volume will cease to exist, too. Perhaps more
|
||||
importantly than this, Kubernetes supports many type of volumes, and a Pod can
|
||||
importantly than this, Kubernetes supports many types of volumes, and a Pod can
|
||||
use any number of them simultaneously.
|
||||
|
||||
At its core, a volume is just a directory, possibly with some data in it, which
|
||||
|
||||
Reference in New Issue
Block a user