mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix wrong alpha version for ValidateProxyRedirects
This feature gate apparently never made it into 1.10 or 1.11 https://github.com/kubernetes/kubernetes/pull/69943
This commit is contained in:
parent
5bd719b6a6
commit
9eb45d22a4
@ -39,7 +39,7 @@ const (
|
|||||||
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
|
StreamingProxyRedirects featuregate.Feature = "StreamingProxyRedirects"
|
||||||
|
|
||||||
// owner: @tallclair
|
// owner: @tallclair
|
||||||
// alpha: v1.10
|
// alpha: v1.12
|
||||||
// beta: v1.14
|
// beta: v1.14
|
||||||
//
|
//
|
||||||
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only
|
// ValidateProxyRedirects controls whether the apiserver should validate that redirects are only
|
||||||
|
Loading…
Reference in New Issue
Block a user