Commit d357a721 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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). ```
parents c14fa94a b42663bb
......@@ -61,7 +61,7 @@ var (
appArmor: {true, beta},
dynamicKubeletConfig: {false, alpha},
dynamicVolumeProvisioning: {true, alpha},
streamingProxyRedirects: {false, alpha},
streamingProxyRedirects: {true, beta},
experimentalHostUserNamespaceDefaultingGate: {false, alpha},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment