Skip to content

Commit

Permalink
Merge pull request #1930 from marioferh/feature_gate_cluster_monitori…
Browse files Browse the repository at this point in the history
…ng_crd

MON-3546: Add ClusterMonitoringCRD feature gate
  • Loading branch information
openshift-merge-bot[bot] committed Jul 2, 2024
2 parents 44d00ee + 3023dee commit a89a7c1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
| ChunkSizeMiB| | | <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> |
| ClusterAPIInstallGCP| | | <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> |
| ClusterAPIInstallPowerVS| | | <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> |
| ClusterMonitoringConfig| | | <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> |
| DNSNameResolver| | | <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> |
| DynamicResourceAllocation| | | <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> |
| EtcdBackendQuota| | | <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> |
Expand Down
7 changes: 7 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,4 +541,11 @@ var (
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateClusterMonitoringConfig = newFeatureGate("ClusterMonitoringConfig").
reportProblemsToJiraComponent("Monitoring").
contactPerson("marioferh").
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
{
"name": "ClusterAPIInstallPowerVS"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
{
"name": "ClusterAPIInstallVSphere"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
{
"name": "ClusterAPIInstallVSphere"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
{
"name": "ClusterAPIInstallPowerVS"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
{
"name": "ClusterAPIInstallVSphere"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
{
"name": "ClusterAPIInstallVSphere"
},
{
"name": "ClusterMonitoringConfig"
},
{
"name": "DNSNameResolver"
},
Expand Down

0 comments on commit a89a7c1

Please sign in to comment.