Skip to content

Commit

Permalink
Merge pull request #2057 from alebedev87/dcm-featuregate
Browse files Browse the repository at this point in the history
NE-1790: Introduce IngressControllerDynamicConfigurationManager feature gate
  • Loading branch information
openshift-merge-bot[bot] authored Oct 16, 2024
2 parents 5afd6c3 + aadaa6d commit 92a3906
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Example| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| GCPClusterHostedDNS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ImageStreamImportMode| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| IngressControllerDynamicConfigurationManager| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| InsightsConfig| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| InsightsConfigAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| InsightsOnDemandDataGather| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
7 changes: 7 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,4 +576,11 @@ var (
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateIngressControllerDynamicConfigurationManager = newFeatureGate("IngressControllerDynamicConfigurationManager").
reportProblemsToJiraComponent("Networking/router").
contactPerson("miciah").
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "InsightsConfig"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "IngressControllerLBSubnetsAWS"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "IngressControllerLBSubnetsAWS"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "InsightsConfig"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "IngressControllerLBSubnetsAWS"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
{
"name": "ImageStreamImportMode"
},
{
"name": "IngressControllerDynamicConfigurationManager"
},
{
"name": "IngressControllerLBSubnetsAWS"
},
Expand Down

0 comments on commit 92a3906

Please sign in to comment.