Skip to content

Commit 7bba55a

Browse files
authored
Merge pull request #65788 from rohennes/OCPBUGS-11520-grafana
OCPBUGS-11520: Remove Grafana from reference config
2 parents 02c0505 + 193e82f commit 7bba55a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/ztp-sno-du-reducing-resource-usage-with-cluster-monitoring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_content-type: CONCEPT
66
[id="ztp-sno-du-reducing-resource-usage-with-cluster-monitoring_{context}"]
7-
= Grafana and Alertmanager
7+
= Alertmanager
88

9-
{sno-caps} clusters that run DU workloads require reduced CPU resources consumed by the {product-title} monitoring components. The following `ConfigMap` custom resource (CR) disables Grafana and Alertmanager.
9+
{sno-caps} clusters that run DU workloads require reduced CPU resources consumed by the {product-title} monitoring components. The following `ConfigMap` custom resource (CR) disables Alertmanager.
1010

1111
.Recommended cluster monitoring configuration (ReduceMonitoringFootprint.yaml)
1212
[source,yaml]

snippets/ztp_ReduceMonitoringFootprint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ metadata:
77
ran.openshift.io/ztp-deploy-wave: "1"
88
data:
99
config.yaml: |
10-
grafana:
11-
enabled: false
1210
alertmanagerMain:
1311
enabled: false
1412
prometheusK8s:

0 commit comments

Comments
 (0)