From 462adb8838ad477fe49be013ff6ce0016cfba14f Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 23 May 2018 09:00:00 +0800 Subject: [PATCH] StorageObjectInUseProtection is GA (#8291) * Feature gate: StorageObjectInUseProtection is GA Update feature gate reference for 1.11 * Trivial commit to re-trigger Netlify --- content/en/docs/reference/feature-gates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/feature-gates.md b/content/en/docs/reference/feature-gates.md index 659f151e04a4e..99cb61ad207e8 100644 --- a/content/en/docs/reference/feature-gates.md +++ b/content/en/docs/reference/feature-gates.md @@ -80,7 +80,8 @@ different Kubernetes components. | `RunAsGroup` | `false` | Alpha | 1.10 | | | `ScheduleDaemonSetPods` | `false` | Alpha | 1.10 | | | `ServiceNodeExclusion` | `false` | Alpha | 1.8 | | -| `StorageObjectInUseProtection` | `true` | Beta | 1.10 | | +| `StorageObjectInUseProtection` | `true` | Beta | 1.10 | 1.10 | +| `StorageObjectInUseProtection` | `true` | GA | 1.11 | | | `StreamingProxyRedirects` | `true` | Beta | 1.5 | | | `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | 1.8 | | `SupportIPVSProxyMode` | `false` | Beta | 1.9 | 1.9 | @@ -223,4 +224,3 @@ Each feature gate is designed for enabling/disabling a specific feature: {{% /capture %}} -