Flip the beta flag

This commit is contained in:
bprashanth 2016-10-11 15:16:38 -07:00
parent eb235a8218
commit 243bd5743b

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},