Skip to content

Commit 21f935b

Browse files
Merge pull request #2419 from jmesnil/OCPBUGS-58212_remove_InsightsRuntimeExtractor_feature_gate
OCPBUGS-58212 Remove InsightsRuntimeExtractor Feature gate
2 parents 2d02a45 + 2dd438a commit 21f935b

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
| 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> |
4646
| 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> |
4747
| 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> |
48-
| 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> |
4948
| 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> |
5049
| 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> |
5150
| 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
@@ -118,9 +118,6 @@
118118
{
119119
"name": "InsightsOnDemandDataGather"
120120
},
121-
{
122-
"name": "InsightsRuntimeExtractor"
123-
},
124121
{
125122
"name": "IrreconcilableMachineConfig"
126123
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@
185185
{
186186
"name": "InsightsOnDemandDataGather"
187187
},
188-
{
189-
"name": "InsightsRuntimeExtractor"
190-
},
191188
{
192189
"name": "IrreconcilableMachineConfig"
193190
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.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-SelfManagedHA-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-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@
167167
{
168168
"name": "InsightsOnDemandDataGather"
169169
},
170-
{
171-
"name": "InsightsRuntimeExtractor"
172-
},
173170
{
174171
"name": "IrreconcilableMachineConfig"
175172
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
{
174174
"name": "InsightsOnDemandDataGather"
175175
},
176-
{
177-
"name": "InsightsRuntimeExtractor"
178-
},
179176
{
180177
"name": "IrreconcilableMachineConfig"
181178
},

0 commit comments

Comments
 (0)