Skip to content

Commit f16c41b

Browse files
authored
Fix inital alpha version of ValidateProxyRedirects (#19192)
See: kubernetes/kubernetes#88260
1 parent 560350b commit f16c41b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ different Kubernetes components.
146146
| `TokenRequestProjection` | `true` | Beta | 1.12 | |
147147
| `TTLAfterFinished` | `false` | Alpha | 1.12 | |
148148
| `TopologyManager` | `false` | Alpha | 1.16 | |
149-
| `ValidateProxyRedirects` | `false` | Alpha | 1.10 | 1.13 |
149+
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
150150
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | |
151151
| `VolumePVCDataSource` | `false` | Alpha | 1.15 | 1.15 |
152152
| `VolumePVCDataSource` | `true` | Beta | 1.16 | |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ content_template: templates/concept
139139
| `TokenRequestProjection` | `true` | Beta | 1.12 | |
140140
| `TTLAfterFinished` | `false` | Alpha | 1.12 | |
141141
| `TopologyManager` | `false` | Alpha | 1.16 | |
142-
| `ValidateProxyRedirects` | `false` | Alpha | 1.10 | 1.13 |
142+
| `ValidateProxyRedirects` | `false` | Alpha | 1.12 | 1.13 |
143143
| `ValidateProxyRedirects` | `true` | Beta | 1.14 | |
144144
| `VolumePVCDataSource` | `false` | Alpha | 1.15 | 1.15 |
145145
| `VolumePVCDataSource` | `true` | Beta | 1.16 | |

0 commit comments

Comments
 (0)