Skip to content

Commit d333205

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 9da003a commit d333205

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
| 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> |
4444
| 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> |
4545
| 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> |
46-
| 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> |
4746
| 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> |
4847
| 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> |
4948
| ManagedBootImagesAzure| | | <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
@@ -109,9 +109,6 @@
109109
{
110110
"name": "InsightsOnDemandDataGather"
111111
},
112-
{
113-
"name": "InsightsRuntimeExtractor"
114-
},
115112
{
116113
"name": "KMSEncryptionProvider"
117114
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
{
177177
"name": "InsightsOnDemandDataGather"
178178
},
179-
{
180-
"name": "InsightsRuntimeExtractor"
181-
},
182179
{
183180
"name": "KMSEncryptionProvider"
184181
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
{
183183
"name": "InsightsOnDemandDataGather"
184184
},
185-
{
186-
"name": "InsightsRuntimeExtractor"
187-
},
188185
{
189186
"name": "KMSEncryptionProvider"
190187
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@
112112
{
113113
"name": "InsightsOnDemandDataGather"
114114
},
115-
{
116-
"name": "InsightsRuntimeExtractor"
117-
},
118115
{
119116
"name": "KMSEncryptionProvider"
120117
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@
158158
{
159159
"name": "InsightsOnDemandDataGather"
160160
},
161-
{
162-
"name": "InsightsRuntimeExtractor"
163-
},
164161
{
165162
"name": "KMSEncryptionProvider"
166163
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.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": "KMSEncryptionProvider"
175172
},

0 commit comments

Comments
 (0)