Enable streaming proxy redirects by default (beta)

pull/6/head
Tim St. Clair 2017-01-17 12:56:03 -08:00
parent fc8e029f8f
commit b42663bb14
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var (
appArmor: {true, beta},
dynamicKubeletConfig: {false, alpha},
dynamicVolumeProvisioning: {true, alpha},
streamingProxyRedirects: {false, alpha},
streamingProxyRedirects: {true, beta},
experimentalHostUserNamespaceDefaultingGate: {false, alpha},
}