mirror of https://github.com/k3s-io/k3s
Flip the beta flag
parent
eb235a8218
commit
243bd5743b
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue