mirror of https://github.com/k3s-io/k3s
Merge pull request #40039 from timstclair/api-redirect
Automatic merge from submit-queue Enable streaming proxy redirects by default (beta) Prerequisite to moving CRI to Beta. I'd like to enable this early in our 1.6 cycle to get plenty of test coverage before release. @yujuhong @liggitt ```release-note Follow redirects for streaming requests (exec/attach/port-forward) in the apiserver by default (alpha -> beta). ```pull/6/head
commit
d357a72161
|
@ -61,7 +61,7 @@ var (
|
|||
appArmor: {true, beta},
|
||||
dynamicKubeletConfig: {false, alpha},
|
||||
dynamicVolumeProvisioning: {true, alpha},
|
||||
streamingProxyRedirects: {false, alpha},
|
||||
streamingProxyRedirects: {true, beta},
|
||||
experimentalHostUserNamespaceDefaultingGate: {false, alpha},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue