Skip to content

Commit fd4b533

Browse files
committed
Promote Azure CCM from TPNU to default
1 parent a6fbaf3 commit fd4b533

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(externalCloudProviderExternal).
170169
with(csiDriverSharedResource).
@@ -195,6 +194,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
195194
openShiftPodSecurityAdmission,
196195
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
197196
cloudDualStackNodeIPs,
197+
externalCloudProviderAzure,
198198
},
199199
Disabled: []FeatureGateDescription{
200200
retroactiveDefaultStorageClass,

0 commit comments

Comments
 (0)