We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fbaf3 commit fd4b533Copy full SHA for fd4b533
1 file changed
config/v1/types_feature.go
@@ -164,7 +164,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
164
},
165
TechPreviewNoUpgrade: newDefaultFeatures().
166
with(externalCloudProvider).
167
- with(externalCloudProviderAzure).
168
with(externalCloudProviderGCP).
169
with(externalCloudProviderExternal).
170
with(csiDriverSharedResource).
@@ -195,6 +194,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
195
194
openShiftPodSecurityAdmission,
196
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
197
cloudDualStackNodeIPs,
+ externalCloudProviderAzure,
198
199
Disabled: []FeatureGateDescription{
200
retroactiveDefaultStorageClass,
0 commit comments