Flip the beta flag

pull/6/head
bprashanth 2016-10-11 15:16:38 -07:00
parent eb235a8218
commit 243bd5743b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var (
// represented here.
knownFeatures = map[string]featureSpec{
allAlphaGate: {false, alpha},
externalTrafficLocalOnly: {false, alpha},
externalTrafficLocalOnly: {true, beta},
appArmor: {true, beta},
dynamicKubeletConfig: {false, alpha},
dynamicVolumeProvisioning: {true, alpha},