Skip to content

Commit

Permalink
feature-gate: add mixedCPUs to feature gate
Browse files Browse the repository at this point in the history
Signed-off-by: Talor Itzhak <titzhak@redhat.com>
  • Loading branch information
Tal-or committed Nov 27, 2023
1 parent 7955d3d commit 5a9c68a
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
Expand Up @@ -351,4 +351,14 @@ var (
ResponsiblePerson: "barbacbd",
OwningProduct: ocpSpecific,
}

FeatureGateMixedCPUsAllocation = FeatureGateName("MixedCPUsAllocation")
mixedCPUsAllocation = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateMixedCPUsAllocation,
},
OwningJiraComponent: "NodeTuningOperator",
ResponsiblePerson: "titzhak",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -186,6 +186,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(metricsServer).
with(installAlternateInfrastructureAWS).
without(clusterAPIInstall).
with(mixedCPUsAllocation).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 5a9c68a

Please sign in to comment.