Skip to content

Commit

Permalink
Add InPlacePodVerticalScaling featuregate (TechPreviewNoUpgrade)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith committed Mar 10, 2024
1 parent f608b5d commit 64dd402
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -541,4 +541,14 @@ var (
ResponsiblePerson: "EmilienM",
OwningProduct: ocpSpecific,
}

FeatureGateInPlacePodVerticalScaling = FeatureGateName("InPlacePodVerticalScaling")
inPlacePodVerticalScaling = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateInPlacePodVerticalScaling,
},
OwningJiraComponent: "node",
ResponsiblePerson: "joelsmith",
OwningProduct: kubernetes,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(bareMetalLoadBalancer).
with(insightsOnDemandDataGather).
with(alertingRules).
with(inPlacePodVerticalScaling).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down
3 changes: 3 additions & 0 deletions payload-manifests/featuregates/featureGate-Default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
{
"name": "HardwareSpeed"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
{
"name": "HardwareSpeed"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
{
"name": "HardwareSpeed"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down

0 comments on commit 64dd402

Please sign in to comment.