Skip to content

Commit 7b2ea98

Browse files
committed
MON-3971: Remove MetricsServer feature gate
cluster-monitoring-operator now by default installs and configures metrics-server and it doesn't need to be behind feature gate anymore. Signed-off-by: Jayapriya Pai <janantha@redhat.com>
1 parent 6b4a57e commit 7b2ea98

7 files changed

+0
-23
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
| IngressControllerLBSubnetsAWS| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7171
| KMSv1| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7272
| ManagedBootImages| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
73-
| MetricsServer| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7473
| NetworkDiagnosticsConfig| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7574
| NetworkLiveMigration| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7675
| NodeDisruptionPolicy| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,6 @@ var (
306306
productScope(ocpSpecific).
307307
mustRegister()
308308

309-
FeatureGateMetricsServer = newFeatureGate("MetricsServer").
310-
reportProblemsToJiraComponent("Monitoring").
311-
contactPerson("slashpai").
312-
productScope(ocpSpecific).
313-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
314-
mustRegister()
315-
316309
FeatureGateInstallAlternateInfrastructureAWS = newFeatureGate("InstallAlternateInfrastructureAWS").
317310
reportProblemsToJiraComponent("Installer").
318311
contactPerson("padillon").

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

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

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

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@
225225
{
226226
"name": "ManagedBootImages"
227227
},
228-
{
229-
"name": "MetricsServer"
230-
},
231228
{
232229
"name": "NetworkDiagnosticsConfig"
233230
},

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": "MetricsCollectionProfiles"
172172
},
173-
{
174-
"name": "MetricsServer"
175-
},
176173
{
177174
"name": "MixedCPUsAllocation"
178175
},

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

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

0 commit comments

Comments
 (0)