Skip to content

Commit 2dd438a

Browse files
committed
OCPBUGS-58212 Remove InsightsRuntimeExtractor Feature gate
This feature is GA-ed since OCP 4.19 and there is no longer any code in the Insights Operator that is gated against it. Signed-off-by: Jeff Mesnil <[email protected]>
1 parent f0c2a50 commit 2dd438a

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
| 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> |
4848
| 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> |
4949
| 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> |
50-
| InsightsRuntimeExtractor| | | <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> |
5150
| IrreconcilableMachineConfig| | | <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> |
5251
| KMSEncryptionProvider| | | <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> |
5352
| MachineAPIMigration| | | <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> |

features/features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ var (
108108
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
109109
mustRegister()
110110

111-
FeatureGateInsightsRuntimeExtractor = newFeatureGate("InsightsRuntimeExtractor").
112-
reportProblemsToJiraComponent("insights").
113-
contactPerson("jmesnil").
114-
productScope(ocpSpecific).
115-
enhancementPR(legacyFeatureGateWithoutEnhancement).
116-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
117-
mustRegister()
118-
119111
FeatureGateDynamicResourceAllocation = newFeatureGate("DynamicResourceAllocation").
120112
reportProblemsToJiraComponent("scheduling").
121113
contactPerson("jchaloup").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121
{
122122
"name": "InsightsOnDemandDataGather"
123123
},
124-
{
125-
"name": "InsightsRuntimeExtractor"
126-
},
127124
{
128125
"name": "IrreconcilableMachineConfig"
129126
},

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@
188188
{
189189
"name": "InsightsOnDemandDataGather"
190190
},
191-
{
192-
"name": "InsightsRuntimeExtractor"
193-
},
194191
{
195192
"name": "IrreconcilableMachineConfig"
196193
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@
194194
{
195195
"name": "InsightsOnDemandDataGather"
196196
},
197-
{
198-
"name": "InsightsRuntimeExtractor"
199-
},
200197
{
201198
"name": "IrreconcilableMachineConfig"
202199
},

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124
{
125125
"name": "InsightsOnDemandDataGather"
126126
},
127-
{
128-
"name": "InsightsRuntimeExtractor"
129-
},
130127
{
131128
"name": "IrreconcilableMachineConfig"
132129
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@
170170
{
171171
"name": "InsightsOnDemandDataGather"
172172
},
173-
{
174-
"name": "InsightsRuntimeExtractor"
175-
},
176173
{
177174
"name": "IrreconcilableMachineConfig"
178175
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@
179179
{
180180
"name": "InsightsOnDemandDataGather"
181181
},
182-
{
183-
"name": "InsightsRuntimeExtractor"
184-
},
185182
{
186183
"name": "IrreconcilableMachineConfig"
187184
},

0 commit comments

Comments
 (0)