Skip to content

Commit

Permalink
add feature gate for MCO boot images updates
Browse files Browse the repository at this point in the history
  • Loading branch information
djoshy committed Nov 29, 2023
1 parent a782d1c commit 4493ddf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,14 @@ var (
ResponsiblePerson: "titzhak",
OwningProduct: ocpSpecific,
}

FeatureGateManagedBootImages = FeatureGateName("ManagedBootImages")
managedBootImages = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateManagedBootImages,
},
OwningJiraComponent: "MachineConfigOperator",
ResponsiblePerson: "djoshy",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
without(clusterAPIInstall).
with(sdnLiveMigration).
with(mixedCPUsAllocation).
with(managedBootImages).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 4493ddf

Please sign in to comment.