Skip to content

Commit 76c58d8

Browse files
committed
StreamingProxyRedirects deprecation docs
1 parent 09a6795 commit 76c58d8

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
@@ -175,8 +175,6 @@ different Kubernetes components.
175175
| `TopologyAwareHints` | `false` | Alpha | 1.21 | |
176176
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
177177
| `TopologyManager` | `true` | Beta | 1.18 | |
178-
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
179-
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | |
180178
| `VolumeCapacityPriority` | `false` | Alpha | 1.21 | - |
181179
| `WarningHeaders` | `true` | Beta | 1.19 | |
182180
| `WinDSR` | `false` | Alpha | 1.14 | |
@@ -348,8 +346,9 @@ different Kubernetes components.
348346
| `StorageObjectInUseProtection` | `true` | Beta | 1.10 | 1.10 |
349347
| `StorageObjectInUseProtection` | `true` | GA | 1.11 | - |
350348
| `StreamingProxyRedirects` | `false` | Beta | 1.5 | 1.5 |
351-
| `StreamingProxyRedirects` | `true` | Beta | 1.6 | 1.18 |
352-
| `StreamingProxyRedirects` | - | GA | 1.19 | - |
349+
| `StreamingProxyRedirects` | `true` | Beta | 1.6 | 1.17 |
350+
| `StreamingProxyRedirects` | `true` | Deprecated | 1.18 | 1.21 |
351+
| `StreamingProxyRedirects` | `false` | Deprecated | 1.22 | - |
353352
| `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | 1.8 |
354353
| `SupportIPVSProxyMode` | `false` | Beta | 1.9 | 1.9 |
355354
| `SupportIPVSProxyMode` | `true` | Beta | 1.10 | 1.10 |
@@ -374,6 +373,9 @@ different Kubernetes components.
374373
| `TokenRequestProjection` | `false` | Alpha | 1.11 | 1.11 |
375374
| `TokenRequestProjection` | `true` | Beta | 1.12 | 1.19 |
376375
| `TokenRequestProjection` | `true` | GA | 1.20 | - |
376+
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
377+
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | 1.21 |
378+
| `ValidateProxyRedirects` | `true` | Deprecated | 1.22 | - |
377379
| `VolumePVCDataSource` | `false` | Alpha | 1.15 | 1.15 |
378380
| `VolumePVCDataSource` | `true` | Beta | 1.16 | 1.17 |
379381
| `VolumePVCDataSource` | `true` | GA | 1.18 | - |

0 commit comments

Comments
 (0)