Skip to content

Commit d90da9d

Browse files
committed
Promote Azure CCM from TPNU to default
1 parent 333bc19 commit d90da9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/v1/types_feature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
164164
},
165165
TechPreviewNoUpgrade: newDefaultFeatures().
166166
with(externalCloudProvider).
167-
with(externalCloudProviderAzure).
168167
with(externalCloudProviderGCP).
169168
with(csiDriverSharedResource).
170169
with(buildCSIVolumes).
@@ -186,6 +185,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
186185
var defaultFeatures = &FeatureGateEnabledDisabled{
187186
Enabled: []FeatureGateDescription{
188187
openShiftPodSecurityAdmission,
188+
externalCloudProviderAzure,
189189
},
190190
Disabled: []FeatureGateDescription{
191191
retroactiveDefaultStorageClass,

0 commit comments

Comments
 (0)