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 %}} -