Skip to content

Commit 8baaba4

Browse files
authored
Merge pull request #47645 from mattcary/patch-2
Update mount propagation documentation
2 parents ae24e82 + 3872831 commit 8baaba4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,13 @@ Users of FlexVolume should move their workloads to use the equivalent CSI Driver
11971197

11981198
## Mount propagation
11991199

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+
12001207
Mount propagation allows for sharing volumes mounted by a container to
12011208
other containers in the same pod, or even to other pods on the same node.
12021209

0 commit comments

Comments
 (0)