mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 22:33:34 +00:00
Enable streaming proxy redirects by default (beta)
This commit is contained in:
parent
fc8e029f8f
commit
b42663bb14
@ -61,7 +61,7 @@ var (
|
|||||||
appArmor: {true, beta},
|
appArmor: {true, beta},
|
||||||
dynamicKubeletConfig: {false, alpha},
|
dynamicKubeletConfig: {false, alpha},
|
||||||
dynamicVolumeProvisioning: {true, alpha},
|
dynamicVolumeProvisioning: {true, alpha},
|
||||||
streamingProxyRedirects: {false, alpha},
|
streamingProxyRedirects: {true, beta},
|
||||||
experimentalHostUserNamespaceDefaultingGate: {false, alpha},
|
experimentalHostUserNamespaceDefaultingGate: {false, alpha},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user