graduate RetroactiveDefaultStorageClass to beta

Change feature to beta and remove e2e test feature flags since they're
not needed anymore.
This commit is contained in:
Roman Bednar
2022-10-25 15:25:24 +02:00
parent ccf57ba09d
commit 8209066c4c
2 changed files with 2 additions and 2 deletions

View File

@@ -1003,7 +1003,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},
RetroactiveDefaultStorageClass: {Default: false, PreRelease: featuregate.Alpha},
RetroactiveDefaultStorageClass: {Default: true, PreRelease: featuregate.Beta},
RotateKubeletServerCertificate: {Default: true, PreRelease: featuregate.Beta},