Skip to content

Commit 2ad5767

Browse files
Merge pull request #1461 from JoelSpeed/promote-azure-ccm-feature-gate
OCPBUGS-13547: Promote Azure CCM from TPNU to default
2 parents e28cd4d + f395c47 commit 2ad5767

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).
@@ -197,6 +196,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
197196
openShiftPodSecurityAdmission,
198197
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
199198
cloudDualStackNodeIPs,
199+
externalCloudProviderAzure,
200200
},
201201
Disabled: []FeatureGateDescription{
202202
retroactiveDefaultStorageClass,

0 commit comments

Comments
 (0)