Skip to content

Commit 84980dd

Browse files
committed
TELCODOCS-1453: Adding SNO post-install config for OLM
1 parent 751a7c4 commit 84980dd

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="ztp-sno-du-reducing-resource-usage-with-olm-pprof_{context}"]
7+
= {olmv1-first}
8+
9+
{sno-caps} clusters that run DU workloads require consistent access to CPU resources. {olmv1} periodically gathers performance data from Operators running in the cluster. This task causes a spike in CPU usage. The following `ConfigMap` custom resource (CR) disables the periodic gathering of this information by {olmv1}.
10+
11+
.Recommended cluster {olmv1} configuration (`ReduceOLMFootprint.yaml`)
12+
[source,yaml]
13+
----
14+
include::snippets/ztp_ReduceOLMFootprint.yaml[]
15+
----

scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ include::modules/ztp-sno-du-removing-the-console-operator.adoc[leveloffset=+2]
8888

8989
include::modules/ztp-sno-du-reducing-resource-usage-with-cluster-monitoring.adoc[leveloffset=+2]
9090

91+
include::modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc[leveloffset=+2]
92+
9193
include::modules/ztp-sno-du-configuring-lvms.adoc[leveloffset=+2]
9294

9395
include::modules/ztp-sno-du-disabling-network-diagnostics.adoc[leveloffset=+2]

snippets/ztp_ReduceOLMFootprint.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: collect-profiles-config
5+
namespace: openshift-operator-lifecycle-manager
6+
data:
7+
pprof-config.yaml: |
8+
disabled: True
9+

0 commit comments

Comments
 (0)