Skip to content

Commit 2855ab2

Browse files
authored
Merge pull request #28065 from tallclair/features
StreamingProxyRedirects deprecation docs
2 parents 7d631e4 + 76c58d8 commit 2855ab2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ different Kubernetes components.
176176
| `TopologyAwareHints` | `false` | Alpha | 1.21 | |
177177
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
178178
| `TopologyManager` | `true` | Beta | 1.18 | |
179-
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
180-
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | |
181179
| `VolumeCapacityPriority` | `false` | Alpha | 1.21 | - |
182180
| `WarningHeaders` | `true` | Beta | 1.19 | |
183181
| `WinDSR` | `false` | Alpha | 1.14 | |
@@ -353,8 +351,9 @@ different Kubernetes components.
353351
| `StorageObjectInUseProtection` | `true` | Beta | 1.10 | 1.10 |
354352
| `StorageObjectInUseProtection` | `true` | GA | 1.11 | - |
355353
| `StreamingProxyRedirects` | `false` | Beta | 1.5 | 1.5 |
356-
| `StreamingProxyRedirects` | `true` | Beta | 1.6 | 1.18 |
357-
| `StreamingProxyRedirects` | - | GA | 1.19 | - |
354+
| `StreamingProxyRedirects` | `true` | Beta | 1.6 | 1.17 |
355+
| `StreamingProxyRedirects` | `true` | Deprecated | 1.18 | 1.21 |
356+
| `StreamingProxyRedirects` | `false` | Deprecated | 1.22 | - |
358357
| `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | 1.8 |
359358
| `SupportIPVSProxyMode` | `false` | Beta | 1.9 | 1.9 |
360359
| `SupportIPVSProxyMode` | `true` | Beta | 1.10 | 1.10 |
@@ -379,6 +378,9 @@ different Kubernetes components.
379378
| `TokenRequestProjection` | `false` | Alpha | 1.11 | 1.11 |
380379
| `TokenRequestProjection` | `true` | Beta | 1.12 | 1.19 |
381380
| `TokenRequestProjection` | `true` | GA | 1.20 | - |
381+
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
382+
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | 1.21 |
383+
| `ValidateProxyRedirects` | `true` | Deprecated | 1.22 | - |
382384
| `VolumePVCDataSource` | `false` | Alpha | 1.15 | 1.15 |
383385
| `VolumePVCDataSource` | `true` | Beta | 1.16 | 1.17 |
384386
| `VolumePVCDataSource` | `true` | GA | 1.18 | - |

0 commit comments

Comments
 (0)