Update api fields in volumes page
parent
e04b0f1a2a
commit
bb5d0a45f2
|
@ -859,7 +859,7 @@ To turn off the `vsphereVolume` plugin from being loaded by the controller manag
|
|||
## Using subPath {#using-subpath}
|
||||
|
||||
Sometimes, it is useful to share one volume for multiple uses in a single pod.
|
||||
The `volumeMounts.subPath` property specifies a sub-path inside the referenced volume
|
||||
The `volumeMounts[*].subPath` property specifies a sub-path inside the referenced volume
|
||||
instead of its root.
|
||||
|
||||
The following example shows how to configure a Pod with a LAMP stack (Linux Apache MySQL PHP)
|
||||
|
@ -1162,7 +1162,7 @@ Mount propagation allows for sharing volumes mounted by a container to
|
|||
other containers in the same pod, or even to other pods on the same node.
|
||||
|
||||
Mount propagation of a volume is controlled by the `mountPropagation` field
|
||||
in `Container.volumeMounts`. Its values are:
|
||||
in `containers[*].volumeMounts`. Its values are:
|
||||
|
||||
* `None` - This volume mount will not receive any subsequent mounts
|
||||
that are mounted to this volume or any of its subdirectories by the host.
|
||||
|
|
Loading…
Reference in New Issue