We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e28cd4d + f395c47 commit 2ad5767Copy full SHA for 2ad5767
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).
@@ -197,6 +196,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
197
196
openShiftPodSecurityAdmission,
198
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
199
cloudDualStackNodeIPs,
+ externalCloudProviderAzure,
200
201
Disabled: []FeatureGateDescription{
202
retroactiveDefaultStorageClass,
0 commit comments