We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae24e82 + 3872831 commit 8baaba4Copy full SHA for 8baaba4
content/en/docs/concepts/storage/volumes.md
@@ -1197,6 +1197,13 @@ Users of FlexVolume should move their workloads to use the equivalent CSI Driver
1197
1198
## Mount propagation
1199
1200
+ {{< caution >}}
1201
+ Mount propagation is a low-level feature that does not work consistently on all
1202
+ volume types. It is recommended to use only with `hostPath` or in-memory `emptyDir`
1203
+ volumes. See [this discussion](https://github.com/kubernetes/kubernetes/issues/95049)
1204
+ for more context.
1205
+ {{< /caution >}}
1206
+
1207
Mount propagation allows for sharing volumes mounted by a container to
1208
other containers in the same pod, or even to other pods on the same node.
1209
0 commit comments