From fa4414966d66419c84adc92a0edcb843d2014edb Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Tue, 6 Mar 2018 09:37:16 -0800 Subject: [PATCH] Update feature gates move to beta --- docs/reference/feature-gates.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/feature-gates.md b/docs/reference/feature-gates.md index 94963c425c09a..abbc95c9896f6 100644 --- a/docs/reference/feature-gates.md +++ b/docs/reference/feature-gates.md @@ -56,7 +56,8 @@ different Kubernetes components. | `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | | | `MountContainers` | `false` | Alpha | 1.9 | | | `MountPropagation` | `false` | Alpha | 1.8 | | -| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | | +| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 | +| `PersistentLocalVolumes` | `true` | Beta | 1.10 | | | `PodPriority` | `false` | Alpha | 1.8 | | | `PVCProtection` | `false` | Alpha | 1.9 | | | `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | | @@ -67,7 +68,8 @@ different Kubernetes components. | `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | | | `TaintBasedEvictions` | `false` | Alpha | 1.6 | | | `TaintNodesByCondition` | `false` | Alpha | 1.8 | | -| `VolumeScheduling` | `false` | Alpha | 1.9 | | +| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 | +| `VolumeScheduling` | `true` | Beta | 1.10 | | ## Using a Feature