Skip to content

Commit 9eb45d2

Browse files
authored
Fix wrong alpha version for ValidateProxyRedirects
This feature gate apparently never made it into 1.10 or 1.11 kubernetes#69943
1 parent 5bd719b commit 9eb45d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
4040

4141
// owner: @tallclair
42-
// alpha: v1.10
42+
// alpha: v1.12
4343
// beta: v1.14
4444
//
4545
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only

0 commit comments

Comments
 (0)