This commit is contained in:
lovejoy
2018-06-08 02:45:23 +08:00
committed by k8s-ci-robot
parent c49b3f4d74
commit 4344516509
6 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -50,9 +50,9 @@ medium that backs it, and the contents of it are determined by the particular
volume type used.
To use a volume, a Pod specifies what volumes to provide for the Pod (the
`spec.volumes`
`.spec.volumes`
field) and where to mount those into Containers (the
`spec.containers.volumeMounts`
`.spec.containers.volumeMounts`
field).
A process in a container sees a filesystem view composed from their Docker