From 9a7a295d92d942e2e1f482ef68aa6f7561146ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Wed, 12 Sep 2018 06:25:21 +0200 Subject: [PATCH] MountPropagation is now GA (#10090) --- content/en/docs/concepts/storage/volumes.md | 7 ------- .../command-line-tools-reference/feature-gates.md | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 5fff1b2be9..c073618ca8 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1237,16 +1237,9 @@ More details can be found [here](https://github.com/kubernetes/community/blob/ma ## Mount propagation -{{< feature-state for_k8s_version="v1.10" state="beta" >}} - 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. -If the "`MountPropagation`" feature is disabled or a Pod does not explicitly -specify specific mount propagation, volume mounts in the Pod's Containers are -not propagated. That is, Containers run with `private` mount propagation as -described in the [Linux kernel documentation](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt). - Mount propagation of a volume is controlled by `mountPropagation` field in Container.volumeMounts. Its values are: diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index df7e10be98..1537292ace 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -77,7 +77,8 @@ different Kubernetes components. | `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | | | `MountContainers` | `false` | Alpha | 1.9 | | | `MountPropagation` | `false` | Alpha | 1.8 | 1.9 | -| `MountPropagation` | `true` | Beta | 1.10 | | +| `MountPropagation` | `true` | Beta | 1.10 | 1.11 | +| `MountPropagation` | `true` | GA | 1.12 | | | `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 | | `PersistentLocalVolumes` | `true` | Beta | 1.10 | | | `PodPriority` | `false` | Alpha | 1.8 | |