From 19fe7f263f359c54a0a1ee3edc49a1a53c37498d Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Mon, 5 Mar 2018 18:01:44 +0800 Subject: [PATCH] Document that LocalStorageCapacityIsolation is beta A follow-up to the kubernetes/kubernetes#60159 change which has promoted the `LocalStorageCapacityIsolation` feature gate to Beta. --- docs/reference/feature-gates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/feature-gates.md b/docs/reference/feature-gates.md index 2be2692961c3f..7f41ad19a0a61 100644 --- a/docs/reference/feature-gates.md +++ b/docs/reference/feature-gates.md @@ -57,7 +57,8 @@ different Kubernetes components. | `HyperVContainer` | `false` | Alpha | 1.10 | | | `Initializers` | `false` | Alpha | 1.7 | | | `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 | -| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | | +| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 | +| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | | | `MountContainers` | `false` | Alpha | 1.9 | | | `MountPropagation` | `false` | Alpha | 1.8 | | | `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |