Skip to content

Commit

Permalink
remove RetroactiveDefaultStorageClass feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBednar committed Oct 24, 2023
1 parent 79b9cd5 commit 808be29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
10 changes: 0 additions & 10 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ var (
OwningProduct: ocpSpecific,
}

FeatureGateRetroactiveDefaultStorageClass = FeatureGateName("RetroactiveDefaultStorageClass")
retroactiveDefaultStorageClass = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateRetroactiveDefaultStorageClass,
},
OwningJiraComponent: "storage",
ResponsiblePerson: "RomanBednar",
OwningProduct: kubernetes,
}

FeatureGateExternalCloudProvider = FeatureGateName("ExternalCloudProvider")
externalCloudProvider = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Expand Down
5 changes: 1 addition & 4 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(nodeSwap).
with(machineAPIProviderOpenStack).
with(insightsConfigAPI).
with(retroactiveDefaultStorageClass).
with(dynamicResourceAllocation).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
Expand Down Expand Up @@ -200,9 +199,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
privateHostedZoneAWS,
buildCSIVolumes,
},
Disabled: []FeatureGateDescription{
retroactiveDefaultStorageClass,
},
Disabled: []FeatureGateDescription{},
}

type featureSetBuilder struct {
Expand Down

0 comments on commit 808be29

Please sign in to comment.