We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333bc19 commit d90da9dCopy full SHA for d90da9d
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(csiDriverSharedResource).
170
with(buildCSIVolumes).
@@ -186,6 +185,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
186
185
var defaultFeatures = &FeatureGateEnabledDisabled{
187
Enabled: []FeatureGateDescription{
188
openShiftPodSecurityAdmission,
+ externalCloudProviderAzure,
189
190
Disabled: []FeatureGateDescription{
191
retroactiveDefaultStorageClass,
0 commit comments