From 0965e65dced844a4d7f72be8d48d363a4be6398d Mon Sep 17 00:00:00 2001 From: Qiming Date: Mon, 5 Mar 2018 23:34:53 +0800 Subject: [PATCH] Document that LocalStorageCapacityIsolation is beta (#7635) 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 2be2692961..7f41ad19a0 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 | |