Skip to content

Commit 49ba8eb

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 85dc560 commit 49ba8eb

8 files changed

+0
-26
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
| MultiArchInstallAWS| <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
| MultiArchInstallGCP| <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
| 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> |

features/features.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,6 @@ var (
292292
productScope(ocpSpecific).
293293
mustRegister()
294294

295-
FeatureGateMetricsServer = newFeatureGate("MetricsServer").
296-
reportProblemsToJiraComponent("Monitoring").
297-
contactPerson("slashpai").
298-
productScope(ocpSpecific).
299-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
300-
mustRegister()
301-
302295
FeatureGateInstallAlternateInfrastructureAWS = newFeatureGate("InstallAlternateInfrastructureAWS").
303296
reportProblemsToJiraComponent("Installer").
304297
contactPerson("padillon").

payload-manifests/featuregates/featureGate-Hypershift-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": "MultiArchInstallAWS"
233230
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
{
165165
"name": "MetricsCollectionProfiles"
166166
},
167-
{
168-
"name": "MetricsServer"
169-
},
170167
{
171168
"name": "MixedCPUsAllocation"
172169
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
{
165165
"name": "MetricsCollectionProfiles"
166166
},
167-
{
168-
"name": "MetricsServer"
169-
},
170167
{
171168
"name": "MixedCPUsAllocation"
172169
},

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": "MultiArchInstallAWS"
233230
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
{
165165
"name": "MetricsCollectionProfiles"
166166
},
167-
{
168-
"name": "MetricsServer"
169-
},
170167
{
171168
"name": "MixedCPUsAllocation"
172169
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
{
165165
"name": "MetricsCollectionProfiles"
166166
},
167-
{
168-
"name": "MetricsServer"
169-
},
170167
{
171168
"name": "MixedCPUsAllocation"
172169
},

0 commit comments

Comments
 (0)