From f395c47bbd4c168384090930831eae2329b4a64a Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Wed, 17 May 2023 11:23:01 +0100 Subject: [PATCH] Promote Azure CCM from TPNU to default --- config/v1/types_feature.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index e6e630a1368..9b4045cd9bd 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -164,7 +164,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ }, TechPreviewNoUpgrade: newDefaultFeatures(). with(externalCloudProvider). - with(externalCloudProviderAzure). with(externalCloudProviderGCP). with(externalCloudProviderExternal). with(csiDriverSharedResource). @@ -197,6 +196,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{ openShiftPodSecurityAdmission, alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped. cloudDualStackNodeIPs, + externalCloudProviderAzure, }, Disabled: []FeatureGateDescription{ retroactiveDefaultStorageClass,