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 20, 2024
1 parent b87d22e commit d616eea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,11 @@ var (
productScope(ocpSpecific).
enableIn(TechPreviewNoUpgrade).
mustRegister()

FeatureGateInPlacePodVerticalScaling = newFeatureGate("InPlacePodVerticalScaling").
reportProblemsToJiraComponent("node").
contactPerson("joelsmith").
productScope(kubernetes).
enableIn(TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
{
"name": "ImagePolicy"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfig"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
{
"name": "ImagePolicy"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfig"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
{
"name": "ImagePolicy"
},
{
"name": "InPlacePodVerticalScaling"
},
{
"name": "InsightsConfig"
},
Expand Down

0 comments on commit d616eea

Please sign in to comment.