mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Enable streaming proxy redirects by default (beta)
This commit is contained in:
parent
fc8e029f8f
commit
b42663bb14
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue