mirror of https://github.com/k3s-io/k3s
Enable streaming proxy redirects by default (beta)
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