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 7, 2024
1 parent ce10821 commit e2361b4
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 @@ -461,4 +461,14 @@ var (
ResponsiblePerson: "fbertina",
OwningProduct: kubernetes,
}

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 @@ -196,6 +196,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(upgradeStatus).
with(translateStreamCloseWebsocketRequests).
with(volumeGroupSnapshot).
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 @@ -43,6 +43,9 @@
{
"name": "GatewayAPI"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
{
"name": "GatewayAPI"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
{
"name": "GatewayAPI"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfigAPI"
},
Expand Down

0 comments on commit e2361b4

Please sign in to comment.